in reply to Re: LD_LIBRARY_PATH setting
in thread LD_LIBRARY_PATH setting
$ENV{LD_LIBRARY_PATH} is where unixish/linuxish systems go looking for system libraries. This comes into play when Perl libraries need to load system libraries. @INC is where Perl goes looking for Perl modules/Perl libraries.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: LD_LIBRARY_PATH setting
by Anonymous Monk on Aug 06, 2016 at 14:32 UTC |