I configured/compiled apache2 with the following options:

--enable-ssl --enable-so --enable-rewrite --enable-modules=info

I then configured/compiled php with these options:

--enable-track-vars --enable-force-cgi-redirect --with-gettext 
--with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-openssl

I received no errors during compilation of either part, but when I try to 
load the libphp4.so module, apache says it starts but bombs out and I 
can't figure out why since it doesn't write to a log file and doesn't 
complain about anything at startup.

I've checked and made sure that the apache2 installation runs fine without 
the php module, so it's just the php module that's doing it. Ideas? Is 
there any way I can get some sort of debug info out of apache?

<EOL>
Tib


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to