library path

How do you get an application to use an alternate library?

Dave:confused:

In Linux:

Set the environment variable LD_LIBRARY_PATH
See the man page on ld.so for more info.

set the LD_LIBRARAY_PATH variable in your .profile. :slight_smile: