Ask a Question related to Linux / Unix Administration, Design and Development.
-
chennakeshava_ramesh@yahoo.co.in #1
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 unix parameter I am using LD_LIBRARY_PATH, can
any one brief me on what is its function and how actually it is
different from SHLIB_PATH.
regards
RAMESH
chennakeshava_ramesh@yahoo.co.in Guest
-
what's the difference?
Greetings - I'm looking to buy a good beginners book on DMX/php/mysql and I see this one mentioned all over the place, but I also hear complaints... -
difference between these 2?
In some examples I am looking through they are speaking of datagrids and datalists (this is not the question :) For the datalist a column is... -
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... -
LD_LIBRARY_PATH Behavior
Hello all, I am not entirely sure which is the correct newsgroup for this, but I will give it a try. How can I get linux to look at the... -
set LD_LIBRARY_PATH under single user mode with solaris 8
set LD_LIBRARY_PATH under single user mode with solaris 8 How to set LD_LIBRARY_PATH under single user mode? After login in to single user mode... -
joe durusau #2
Re: difference between SHLIB_PATH, LD_LIBRARY_PATH
"chennakeshava_ramesh@yahoo.co.in" wrote:
The use of either or both is generally derecated.> 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 unix parameter I am using LD_LIBRARY_PATH, can
> any one brief me on what is its function and how actually it is
> different from SHLIB_PATH.
>
> regards
> RAMESH
Speaking only for myself,
Joe Durusau
joe durusau Guest
-
Kevin Collins #3
Re: difference between SHLIB_PATH, LD_LIBRARY_PATH
In article <dd47f418.0405120335.25fed596@posting.google.com >,
[email]chennakeshava_ramesh@yahoo.co.in[/email] wrote:Assuming you are using HP-UX (to my knowledge, the only platform using> 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 unix parameter I am using LD_LIBRARY_PATH, can
> any one brief me on what is its function and how actually it is
> different from SHLIB_PATH.
>
SHLIB_PATH), SHLIB_PATH is the OLD method of setting a shared-library search
path and LD_LIBRARY_PATH is the new method (starting in, I think, 11.11) that
other platforms (Solaris, Linux, etc) have always used.
In current versions (from 11.11), both will be check if they are defined, with
LD_LIBRARY_PATH being searched 1st and SHLIB_PATH next.
See 'man dld.sl' for more info...
Kevin
Kevin Collins Guest



Reply With Quote

