Hi,
I'm trying to install PHP4 as a DSO under an Apache/1.3.14 installation on a RedHat Linux platform.
Compiling and installing is no problem, but when I restart apache, apache seg.faults..
The error log says: [Fri Jun 15 17:54:07 2001] [error] Cannot remove module mod_php4.c: not found in module list
The directive in httpd.conf triggering the problem is: AddModule mod_php4.c
When I put this line in on the appropiate place in httpd.conf. Apache segmentation faults, and drops core..
httpd -l shows:
Compiled-in modules:
http_core.c
mod_so.c
Integrity tests on httpd.conf shows no errors..
Any ideas ??
My installed PHP3 version works like a charm..