[PHP-DEV] Bug #10929: got "segmentation fault" after successful compile From: marija <email protected>
Date: 05/17/01

From: marija <email protected>
Operating system: linux
PHP version: 4.0.5
PHP Bug Type: Apache related
Bug description: got "segmentation fault" after successful compile

cd /usr/src/apache_1.3.19
./configure --prefix=/www
cd ../php-4.0.5
./configure --with-mysql=/usr/local/ --with-oracle=/home/oracle/OraHome1/ --with-apache=../apache_1.3.19 --enable-sigchild --enable-track-vars
make
make install
cd ../apache_1.3.19
./configure --activate-module=src/modules/php4/libphp4.a
make
make install

All of this didn't produce any errors. After trying to start apache (it was down all the time) with
/usr/local/apache/bin/apachectl start
I got "segmentation fault"
I checked, that was newly compiled apache.

Just for reference, version 4.0.4 with same parameters is compiled and it is runing just OK

-- 
Edit Bug report at: http://bugs.php.net/?id=10929&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>