php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4577 Apache 1.3.12 httpd dies immediately after startup
Submitted: 2000-05-24 15:38 UTC Modified: 2000-05-30 19:30 UTC
From: scheller at spamcop dot net Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0.0 Release OS: RedHat 6.2 2.2.14-5.0 i686
Private report: No CVE-ID: None
 [2000-05-24 15:38 UTC] scheller at spamcop dot net
Using Oracle 8.1.5 (downloaded from Oracle technet); oracle environment set to locally installed database, using this configure line:

./configure --with-apxs=/usr/sbin/apxs --with-oracle

After successful make & make install and adding $ORACLE_HOME/lib to my /etc/ld.so.conf so the php4 module could find the shared Oracle libraries, any time I try to start the httpd (Apache 1.3.12/stock from RH 6.2 distribution) it dies somewhere in the init process before even writing anything to the error_log.  Using strace, determined that httpd did successfully fork its children and then ???

php.ini file is stock from installation.

Remade php4 without Oracle and all is fine.

Can anyone give me more information about how to get more as to what's happening?  Where httpd is dying?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-30 19:30 UTC] scheller at spamcop dot net
Had to create new httpd executable with the -lpthread option on the link line.  Now all is well.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 09:01:30 2025 UTC