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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marija at yunet dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 23:01:28 2025 UTC