php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5896 Apache dies on start
Submitted: 2000-08-01 13:32 UTC Modified: 2000-08-01 23:43 UTC
From: hellekin at imaginet dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 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: hellekin at imaginet dot fr
New email:
PHP Version: OS:

 

 [2000-08-01 13:32 UTC] hellekin at imaginet dot fr
This is related to #5895.

After some upgrade or even a reboot, Apache 1.3.12 dies on start with php-4.0.1pl2 as a DSO.

The solution consists in the following process :

1. Comment the LoadModule and AddModule lines for PHP4 in httpd.conf
2. restart Apache
3. Edit httpd.conf to reactivate PHP4
4. restart Apache.

Weird, but that works.

Here is my ./configure :

#! /bin/sh
#
# Created by configure

"/usr/src/www/php-4.0.1pl2/configure" \
"--with-apxs=/usr/local/apache/sbin/apxs" \
"--with-config-file-path=/usr/local/apache/etc" \
"--enable-sigchild" \
"--disable-rpath" \
"--enable-calendar" \
"--with-gd" \
"--with-ttf" \
"--with-mysql=/usr" \
"--with-pgsql=shared,/usr/local/pgsql" \
"--enable-trans-sid" \
"--disable-debug" \
"--with-swf=/usr/lib/swf" \
"--with-zlib" \
"--enable-inline-optimization" \
"$@"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-01 23:43 UTC] waldschrott@php.net
moved to 5895
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jun 06 09:01:25 2025 UTC