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

David Wolfskill david at catwhisker.org
Tue Feb 23 13:23:55 UTC 2021


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20210223/e92ade18/attachment.sig>


More information about the freebsd-current mailing list