php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13085 Apache dies at startup
Submitted: 2001-08-31 19:21 UTC Modified: 2001-12-11 16:20 UTC
From: kolja dot sauer at epost dot de Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 4.0.6 OS: Redhat 7.0
Private report: No CVE-ID: None
 [2001-08-31 19:21 UTC] kolja dot sauer at epost dot de
Apache dies at startup:

Used:
apache-1.3.14 as RPM from REDHAT with dso support
postgresql-7.1.3.tar.gz
php4-200108311635.tar.gz and
php-4.0.6.tar.gz and
php-4.0.4pl1.tar.gz

Installing steps for php4:

/etc/rc.d/init.d/httpd stop

LD_LIBRARY_PATH=/usr/local/pgsql/lib
export LD_LIBRARY_PATH

./configure --with-apxs --with-pgsql --enable-ftp --with-config-file-path=/etc/httpd/conf

make
make install
cp php.ini-dist /etc/httpd/conf/php.ini

/etc/rc.d/init.d/httpd start
httpd says OK at startup

/etc/rc.d/init.d/httpd status
httpd dead but subsys locked

errorlog:
[Sat Sep  1 00:52:21 2001] [notice] caught SIGTERM, shutting down


If i configure without --with-pgsql  all works fine!

Any idea?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-05 18:54 UTC] yohgaki@php.net
I never had problem you have.

Anyway, could you try 4.1.0RC5? 
http://www.php.net/~zeev/php-4.1.0RC5.tar.gz

 [2001-12-09 17:18 UTC] kolja dot sauer at epost dot de
Hello,

i use the newest snap and it works fine!
 [2001-12-11 16:20 UTC] derick@php.net
If it works fine > close the report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 18:01:28 2024 UTC