Hi,
I've installed php4.0.4 as a DSO with apache, there were no errors, and i can start the server fine and there are no errors doing that either, but when i use a browser to access it, it pops up a window and says "document contained no data".
The Apache error_log does however show "child exit signal sigmentation fault (11)".
Does anyone know how i can fix this, or work around it.
The specifics are: -
Apache 1.3.14 with mod_perl 1.24_01 statically installed on a Solaris 2.8 box.
Configured like this:
./configure --prefix=/usr/local/http \
--activate-module=src/modules/perl/libperl.a \
--enable-module=so \
--enable-module=mime_magic --enable-module=rewrite \
--enable-module=speling --enable-module=auth_dbm
I then configured PHP4.0.4 like this:
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/http/bin/apxs
It works fine if i comment out the LoadModule line for php in the httpd.conf file, meaning the problem must be connected with my PHP installation.
Any ideas would be really appreciated.
Thanks,
Greg.