|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-07-05 15:38 UTC] luizfernando at justoaqui dot com dot br
I was installing PHP support on my Apache 1.3.19 as Static Module, when after I done the steps for installing and starting Apache daemon I was the following error messages on apache's log: [Thu Jul 5 15:44:43 2001] [notice] Apache/1.3.20 (Unix) PHP/4.0.6 configured -- resuming normal operations [Thu Jul 5 15:45:31 2001] [notice] child pid 24328 exit signal Segmentation fault (11) [Thu Jul 5 15:45:34 2001] [notice] child pid 24327 exit signal Segmentation fault (11) And all requests I did to my webserver I received that messages and nothing was returned back to my browser After some tries to compile with different apache versions, I tried to compile a different PHP version, 3.0.5, with my Apache on Static Mode, and I got it! I don't know what is going on with PHP/4.0.6, but I couldn't install with Apache/1.3.20 on a SuSE 7.0 p.s. I tried once a installation as Dynamic Module and I hadn't sucessful too. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 10:00:01 2025 UTC |
I was installing PHP support on my Apache 1.3.19 as Static Module, when after I done the steps for installing and starting Apache daemon I was the following error messages on apache's log: [Thu Jul 5 15:44:43 2001] [notice] Apache/1.3.20 (Unix) PHP/4.0.6 configured -- resuming normal operations [Thu Jul 5 15:45:31 2001] [notice] child pid 24328 exit signal Segmentation fault (11) [Thu Jul 5 15:45:34 2001] [notice] child pid 24327 exit signal Segmentation fault (11) And all requests I did to my webserver I received that messages and nothing was returned back to my browser After some tries to compile with different apache versions, I tried to compile a different PHP version, 3.0.5, with my Apache on Static Mode, and I got it! I don't know what is going on with PHP/4.0.6, but I couldn't install with Apache/1.3.20 on a SuSE 7.0 p.s. - I tried once a installation as Dynamic Module and I hadn't sucessful too. p.s. 2 - I used the following parameters to configure PHP, other parameters were default: ./configure --with-pgsql=/usr/lib/pgsql/ --with-apache=../apache_1.3.20 --enable-track-vars