Ask a Question related to UNIX Programming, Design and Development.
-
wenmang #1
SHLIB_PATH
Hi, all:
I would like to use SHLIB_PATH to re-direct linking to run-time third
party library, and the code is compiled with -Wl,+s option, and here
the output from chatr:
SHLIB_PATH enable first
embedded path disabled second Not Defined
shared library list:
dynamic /VENDOR1/lib/xxx.sl
:
:
dynamic /VENDOR2/lib/yyy.sl
:
:
Here are my questions:
1. is "dynamic /VENDOR1/lib/xxx.sl" called enbedded path?
2. If I set SHLIB_PATH to something else, should /VENDOR1/lib/ and
/VENDOR2/lib will not be searched or they will be searched after
xxx.sl or yyy.sl is found under either /VENDOR1/lib/ or /VENDOR2/lib?
Thanks.
wenmang Guest
-
difference between SHLIB_PATH, LD_LIBRARY_PATH
hi friends, anyone knows what is the diffence between SHLIB_PATH and LD_LIBRARY_PATH. and why are are used actually. In setting one of the...



Reply With Quote

