|
Okay, some thoughts:
- To me from Linux/Solaris background, it's LD_LIBRARY_PATH and it names
the*directories* in which shared objects will be found.
- In Lin/Sol yo make the path include any dir containing any .so you
need whose path is not coded in the executable itself, excepting the system
library dirs (/lib and /usr/lib).
- Remember to EXPORT the LD_LIBRARY_PATH after you set it.
- LD_LIBRARY_PATH=/foo/bar:/foo/bar/woof:/arf/azotic; export
LD_LIBRARY_PATH
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.