Hello.
I have configured both and all seems to work fine with a standard configuration and phpinfo() shows all is ok, but when i try to access to my phpnuke 6.8 portal apache shows segmentation fault. I don't get any core file.
 
I use gcc 3.2.1., libtool 1.4.2,autoconf 2.53,automake 1.5, make 3.79
 
Any new idea ?
 
The options i use are:
APACHE:

#./buildconf

#CC=gcc ./configure --with-mpm=worker --enable-so --enable-maintainer-mode --enable-headers --enable-rewrite --enable-status --enable-info --enable-cgi --with-ssl=/usr/local/ssl --enable-usertrack --enable-speling --prefix=/usr/local/apache2

PHP:

#./configure --prefix=/usr/local/apache2/php --with-config-file-path=/usr/local/apache2/php

--with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --enable-track-vars --disable-cgi

--enable-force-cgi-redirect --with-zlib

 

Reply via email to