Blank page and exit signal after PHP update.

scripteria

New member
Joined
Sep 28, 2006
Messages
2
I followed the steps to upgrade my PHP 4

If I try accessing my webpage I get blank page and the follow Error Log:


[Thu Sep 28 13:41:55 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7a PHP/4.4.4 configured -- resuming normal operations
[13:41:59 2006] [notice] child pid 24396 exit signal Segmentation fault (11)
[13:41:59 2006] [notice] child pid 24397 exit signal Segmentation fault (11)

OS: CentOS
Apache: 2.2.3

If I comment (#) libphp4.so in my httpd.conf, i can access my site normaly.

What is wrong?

I'll appreciate some help! I've been work on it for 5 hours. : )

P.S. I dont have Zend and eAccelerator installed. Only PHP, Apache and MySQL
 
I would try doing a build clean in your customapache dircetory and rebuilding everything from scratch again.
 
Back
Top