Jason Bodnar wrote: > > I believe it's /etc/ld.so.conf. Then you probably need to do 'ldconfig -v'. > See the ldconfig man page. The dynamic loader/linker ld.so gets its information from ld.so.cache which is set up by ldsoconfig using ld.so.conf. Additionally the LD_LIBRARY_PATH and LD_PRELOAD variables can be used to change the normal behaviour. The first of these specifies one or more directories, the second one or more Libraries. LD_LIBRARY_PATH is searched before ld.so.cache and the first match wins. As an example SuSE's netscape wrapper script uses this technique. Henning -- H. Henning Vossieck - [EMAIL PROTECTED] - http://www.hhv.de/ -- To get out of this list, please send email to [EMAIL PROTECTED] with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html
