You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Ames <gr...@remulak.net> on 2001/11/30 17:06:24 UTC

Re: cvs commit: httpd-2.0/build install-bindist.sh.in

gregames@apache.org wrote:

>   copy the lib/ directory when installing a binary.

we have more work to do in this area.  strace of a Linux binary shows it
looking for code in a path that only exists on my build machine.  I
think we need to tell the loader to look in lib/, perhaps by setting
LD_PRELOAD/LIBPATH/whatever in apachectl.

Greg