For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > June 2004 > php-5.0.0RC3 segmentation faulting on Solaris 8, Apache 2.0.49,









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author php-5.0.0RC3 segmentation faulting on Solaris 8, Apache 2.0.49,
Erin Oneill

2004-06-24, 1:22 am

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com