LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   RedHat Dynamic loader shared library search order is backward (https://www.linuxquestions.org/questions/red-hat-31/redhat-dynamic-loader-shared-library-search-order-is-backward-630857/)

rjbdevr 03-26-2008 04:39 PM

RedHat Dynamic loader shared library search order is backward
 
Hi,

I am working on enterprise release 4 and setting the variable LD_DEBUG=all to see how the loader is finding shared libraries for a program. The output says it is looking along $PATH variable, then the -rpath from the link, then the LD_LIBRARY_PATH, and then finally the /etc/ld.so.cache file. I thought Linux created the cache file to enhance performance on lookups and here it is using it as the last resort. I have tried doing some searches on the web related to this and haven't found anything. Anyone know about this and if this is a bug or can you control the order somehow?


All times are GMT -5. The time now is 12:45 AM.