Hi,

On a Fedora Core 4 box, I have installed Apache 2.2.0 as per:

$ ./configure --prefix=/www --enable-modules=all --enable-mods-shared=all
$ make
$ make install

Then, I installed PHP 5.1.1 as per:

$ ./configure --with-regex=system --enable-dbase --with-apxs2=/www/bin/apxs --with-freetype --with-pdflib --with-mysql=/usr/local/mysql
$ make
$ make install

Then added the following in my httpd.conf:

LoadModule php5_module libexec/libphp5.so
AddType application/x-httpd-php .php .phtml

httpd starts with no issue. However, when I attempt to view a webpage, I get a blank response. When I check httpd error logs, the following is displayed:

[Mon Jan 09 11:15:05 2006] [notice] child pid 20335 exit signal Segmentation fault (11)

Note that my httpd is configured to serve 2 virtual hosts. The PHP config is defined outside of the Apache VirtualHost directives. (i.e. global settings, only per VirtualHost when specifically required). But then again I'm not sure that this is causing the issue.

Any help is appreciated.

..Tom

_________________________________________________________________
Scan and help eliminate destructive viruses from your inbound and outbound e-mail and attachments. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSNĀ® Premium right now and get the first two months FREE*.

Reply via email to