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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-01 23:43 UTC] waldschrott@php.net
moved to 5895
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 15:01:31 2024 UTC