At 01:26 PM 5/15/2002, you wrote: >On Wed, May 15, 2002 at 11:21:04AM -0700, Justin Erenkrantz wrote: > > Is there any reason that httpd couldn't read/parse/source envvars > > file itself? That sort of sucks, but perhaps that's a way to > > get around this? -- justin > >Naw, you get dynamic linking failures as soon as you exec() the >process.
Because it's not found... question; is it possible to link the .so's with a path of ./libfoo.so rather than /long/path/to/libfoo.so? Drop the libs in with the binaries and away you go? Just a thought. Bill