You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Mark D. Anderson" <md...@discerning.com> on 1999/04/27 02:05:55 UTC

LD_LIBRARY_PATH

5.005 on solaris -

it appears that setting $ENV{'LD_LIBRARY_PATH'}, even in
a BEGIN block, has no effect on the dlopen occuring for
any .so's required from perl modules. It does apply
to subprocesses, just not to the process itself.
Presumably this is because the loader memorizes LD_LIBRARY_PATH
at process startup.

Or am i losing my mind?

Meanwhile, I'm having to get LD_LIBRARY_PATH set outside
my perl programs.

-mda