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.