1752793 Members
6274 Online
108789 Solutions
New Discussion

SHLIB_PATH

 
SOLVED
Go to solution
Scott Van Kalken
Esteemed Contributor

SHLIB_PATH

follow up to realloc() problem....

what the hell should I be using for an SHLIB_PATH?

I'm really confused now.
1 REPLY 1
Santosh Nair_1
Honored Contributor
Solution

Re: SHLIB_PATH

SHLIB_PATH is analogous to the LD_LIBRARY_PATH in most other OSes. Actually, HPUX uses both but uses LD_LIBRARY_PATH for 64-bits only (this according to the ld man page). It uses these variables to locate shared libraries that are needed by the program.

-Santosh
Life is what's happening while you're busy making other plans