Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ld/ldconfig and 'trusted' libraries

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
gedanken
Posts: 6
Joined: 2007-03-08 17:53

ld/ldconfig and 'trusted' libraries

#1 Post by gedanken »

On most systems, /lib/ and /usr/lib and 'trusted' library paths (if you read the ldconfig man page)

On mine, i also seem to have a bunch of others I DONT WANT!!

How do i edit the list of 'trusted' libraries?

(yup) /lib/i486-linux-gnu:
(yup) /usr/lib/i486-linux-gnu:
(yup) /usr/lib/libc5-compat:
(yup) /lib/libc5-compat:
(yup) /usr/i486-linuxlibc1/lib:
(yup) /lib/tls: (hwcap: 0x8000000000000000)
(trusted) /lib:
(trusted) /usr/lib:
(WTF) /usr/lib64:
(WTF) /lib/tls/i686: (hwcap: 0x8008000000000000)
(WTF) /usr/lib/i586: (hwcap: 0x4000000000000)
(WTF) /usr/lib/i686: (hwcap: 0x8000000000000)
(WTF) /usr/lib/tls: (hwcap: 0x8000000000000000)
(WTF) /usr/lib/i486: (hwcap: 0x2000000000000)
(WTF) /lib/tls/i686/cmov: (hwcap: 0x8008000000008000)
(WTF) /usr/lib/i686/cmov: (hwcap: 0x8000000008000)

Post Reply