On Tue, 11 Mar 2003, bunnadik wrote: > Somewhere between MDK 7.0 and 8.2 ldconfig changed behaviour to list > /lib and /usr/lib before the self specified paths in /etc/ld.so.conf. > This has the negative impact that if I compile a new alsa for instance, > every other program I subsequently compile tries to link against the > preinstalled libs in /usr/lib instead of my new ones in /usr/local/lib
1) ldconfig does not add any paths to /etc/ld.so.conf 2) /lib and /usr/lib are the normal library search paths for the linker You have to explicitly tell the compiler where to find your special/extras libraries, always and this have not changed.
