On Apr 3, 2005 8:04 AM, Stuart Brorson <[EMAIL PROTECTED]> wrote: > As for ldconfig.cache, my Fedora machine uses a file > "/etc/ld.so.conf". Does yours use ldconfig.cache? Which one is Linux > standard?
As I understand it, /etc/ld.so.conf is the standard list of directories to search for shared libraries at runtime (in the absence of hard-coded paths in the executable), and when you run ldconfig, it updates /etc/ld.so.cache (which is a binary file). I haven't heard of ldconfig.cache-- maybe that was a typo? -- - Charles Lepple
