Tim Wunder wrote:

> Are you looking for the LD_LIBRARY_PATH environment variable?
> export LD_LIBRARY_PATH=<path to libs>:$LD_LIBRARY_PATH

The linux loader, ld, keeps its own list of library paths so this tends not to be
necessary.  But that means you have to run ldconfig after installing any new
libraries (which any well behaved package manager should handle for you).

Dave


_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to