Re: [EMAIL PROTECTED] Apache 2.2.3 and SUDO

2006-11-29 Thread Dave Templeton
Yvo, I have not been in the habit of using apachectl but starting httpd directly. I will try this how ever and thanks for the idea. Dave. On 11/28/06, Yvo van Doorn <[EMAIL PROTECTED]> wrote: You can just edit the apachectl script and add this: LD_LIBRARY_PATH="/path/to/libraries" export

Re: [EMAIL PROTECTED] Apache 2.2.3 and SUDO

2006-11-28 Thread Yvo van Doorn
You can just edit the apachectl script and add this: LD_LIBRARY_PATH="/path/to/libraries" export LD_LIBRARY_PATH or You can edit /etc/profile and add those two lines. Not sure how compiling apache statically would help (maybe someone else can enlighten me). On 11/28/06, Dave Templeton <[EMAIL P

[EMAIL PROTECTED] Apache 2.2.3 and SUDO

2006-11-28 Thread Dave Templeton
Is there any way to complie httpd statically. The rteason is I need to use SUDO and that wipes the LD_LIBRARY_PATH variable so apache cannot find its shared object libraries.