Hi
I am trying to install PHP on Compaq Tru64 5.1 using the Apache server which comes with Oracle's internet application server 9i, which I believe is v1.3.
The ./configure script completes ok and the make and make install run ok (ignoring some warning messages flashed by the compiler). I am not using the --with-oci8 option to provide Oracle support yet as I just want to get a working base system.
However when I add
LoadModule php4_module libexec/libphp4.so
to httpd.conf and restart Apache I get the following messages in the error_log:
[Wed Sep 18 15:41:38 2002] [warn] OPM: ADM: process 149608 created server process 149605 (group group2, module JServ), and inserted in proctable as entry 0
[Wed Sep 18 15:41:39 2002] [notice] Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0 configured -- resuming normal operations
[Wed Sep 18 16:03:13 2002] [notice] caught SIGTERM, shutting down
[Wed Sep 18 16:03:51 2002] [emerg] OPM: Watcher starts with an id=151187
[Wed Sep 18 16:03:51 2002] [notice] FastCGI: process manager initialized (pid 151245)
[Wed Sep 18 16:03:51 2002] [warn] OPM: ADM: process 151187 created server process 151244 (group group1, module JServ), and inserted in proctable as entry 0
[Wed Sep 18 16:03:51 2002] [warn] OPM: ADM: process 151187 created server process 151185 (group group2, module JServ), and inserted in proctable as entry 0
[Wed Sep 18 16:03:52 2002] [notice] Oracle HTTP Server Powered by Apache/1.3.19 (Unix) PHP/4.2.3 mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0 configured -- resuming normal operations
[Wed Sep 18 16:03:59 2002] [notice] child pid 151258 exit signal Segmentation fault (11)
[Thu Sep 19 08:18:09 2002] [notice] caught SIGTERM, shutting down
ie a segmentation fault
and the server fails to respond. If I comment out the LoadModule call from httpd.conf and restart Apache it is fine.
I am struggling to find any help on the web for this and do not know how to go about tracking down the problem myself.
I would be very grateful for any help, suggestions, input etc.
Regards
Andy J