in reply to Re: (tye)Re: programatically setting the LD_LIBRARY_PATH
in thread programatically setting the LD_LIBRARY_PATH
# Need to find libxml2. Cannot set LD_LIBRARY_PATH as it is already # cached by the linker. So we load libxml2 BEFORE loading # XML::LibXML's library. dl_load_file($ENV{FOO_PATH} . '/lib/os/libxml2.so.2');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: programatically setting the LD_LIBRARY_PATH
by runrig (Abbot) on Mar 13, 2012 at 16:43 UTC | |
|
Re^4: programatically setting the LD_LIBRARY_PATH
by Anonymous Monk on Mar 26, 2008 at 15:23 UTC |