I needed to upgrade openssl, apache2, webauth and now PHP. I configured PHP with this:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql


(this is the same configure I used for my earlier version of PHP 5)

(but I've tried other configurations with the same results).

Everything compiles and builds and appears to have built fine. There are some failed tests which the make test asked me to send to qa so I did.

Apache is started and includes the following php stuff in the httpd.conf file:
LoadModule php5_module modules/libphp5.so
DirectoryIndex index.html index.php index.php3 index.html.var index.cgi
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php5 /cgi-bin/


When I start apache I get the following:
Segmentation Fault - core dumped

This happens whether I start plain vanilla httpd or SSL httpd
(apachectl start or apachectl startssl).

If I uncomment the LoadModule apache starts up fine and works.

Anyone able to compile PHP 5.0.0CRC3 with apache 2.0.49?

thanks,
erin

Reply via email to