in reply to Apache, no suexec, suid and the environment
$ENV{LD_LIBRARY_PATH} .= ":/my/new/path"; # append $ENV{LD_LIBRARY_PATH} = "/my/before/path:" . $ENV{LD_LIBRARY_PATH}; +# prepend
It is also a good practice to check if LD_LIBRARY_PATH is defined before doing this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Apache, no suexec, suid and the environment
by stefan k (Curate) on Jun 29, 2007 at 06:49 UTC |