I've been trying to get php 4.0 installed and ran into a similar problem --
setup: Linux 2.2.16 (on Slackware 7.0), glibc 2.1.3, and:
- apache 1.3.12
- php 4.0
- postgreSQL 7.0.2
- MySQL 3.22.32
I was able to compile apache with mod_dtcl, mod_perl, and mod_dav w/o problems using apxs for all but mod_dtcl. However, when I compiled php 4.0 with apxs it compiled w/o problems but when I started apache all of the child httpd processes died with "signal 11" and seg faulted. (I'm sorry, I'm not at the linux box right now and don't have the exact error log message). The parent process, however, is still running.
I was able to downgrade to php 3.x which compiled and ran w/o problems.
Anyone else seen this? Any suggestions?
thanks!
J.M.F.