/usr/local/lib/compat no longer searched?

From: David Wolfskill <david_at_catwhisker.org>
Date: Tue, 23 Feb 2021 05:23:52 -0800
This is after an update from main-n244973-c02a28754bc2 ->
main-n245005-77e1ccbee3ed.

Before the update:

ldconfig -r | grep curses 
        51:-lncursesw.9 => /lib/libncursesw.so.9
        811:-lncursesw.8 => /usr/local/lib/compat/libncursesw.so.8
        812:-lncurses.8 => /usr/local/lib/compat/libncurses.so.8

after:

g1-48(14.0-C)[9] ldconfig -r | grep curses
        33:-lncursesw.9 => /lib/libncursesw.so.9
g1-48(14.0-C)[10] 

Circumvention:

g1-48(14.0-C)[10] sudo ldconfig -m /usr/local/lib/compat/
Password:
g1-48(14.0-C)[11] ldconfig -r | grep curses
        33:-lncursesw.9 => /lib/libncursesw.so.9
        807:-lncurses.8 => /usr/local/lib/compat//libncurses.so.8
        808:-lncursesw.8 => /usr/local/lib/compat//libncursesw.so.8
g1-48(14.0-C)[12] 

Was this intentional?  Or am I missing something I ought not?

Peace,
david
-- 
David H. Wolfskill                              david_at_catwhisker.org
It is supremely disingenuous to claim a lack of jurisdiction, then     
proceed to participate in a decision on the same matter.

See https://www.catwhisker.org/~david/publickey.gpg for my public key.

Received on Tue Feb 23 2021 - 12:23:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:27 UTC