php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10929 got "segmentation fault" after successful compile
Submitted: 2001-05-17 12:05 UTC Modified: 2001-06-10 21:29 UTC
From: marija at yunet dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.5 OS: linux
Private report: No CVE-ID: None
 [2001-05-17 12:05 UTC] marija at yunet dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-17 21:22 UTC] sniper@php.net
Try getting fresh sources for Apache
and try again..

--Jani

 [2001-06-10 21:29 UTC] jmoore@php.net
No feedback. Closing.

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC