php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9813 Activating LoadModule for PHP4 causes Apache not to run, no error reported.
Submitted: 2001-03-17 16:51 UTC Modified: 2001-06-12 17:31 UTC
From: ulairi at icnt dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Solaris 2.7
Private report: No CVE-ID: None
 [2001-03-17 16:51 UTC] ulairi at icnt dot net
Environment: 
Solaris 2.7
gcc 2.95.2

Apache 1.3.19
OpenSSL 0.9.6
ModSSL 2.8.1
PHP4.0.4l1

PHP configured with LDAP/IMAP/SSL/mm

If LoadModule is uncommented, "apachectl start" reports a successful start, a pid file is created, but both error_log and access_log are blank, and the process is not in the process table. 
Commenting out the LoadModule for PHP4 fixes the "problem".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-17 16:53 UTC] ulairi at icnt dot net
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_info.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_usertrack.c
  mod_so.c
  mod_setenvif.c
  mod_ssl.c

 [2001-03-17 16:55 UTC] ulairi at icnt dot net
Apache's "config.status" header:
CC="gcc" \
LIBS="-lpthread -lposix4" \
EAPI_MM="SYSTEM" \
SSL_BASE="/usr2/OpenSSL" \
./configure \
"--with-layout=Apache" \
"--prefix=/usr2/web" \
"--enable-rule=EAPI" \
"--enable-module=ssl" \
"--enable-module=so" \
"--enable-module=info" \
"--enable-module=usertrack" \
"$@"


PHP4's config.status header:
# ./configure  --with-mysql=/usr2/mysql --prefix=/usr2/PHP4 --with-apxs=/usr2/we
b/bin/apxs --with-config-file-path=/usr2/web/conf --with-exec-dir=/usr2/web/php_
exe --with-openssl=/usr2/OpenSSL --with-gdbm --enable-dbase --enable-ftp --with-
imap=/usr2/root/imap/uwash/imap-4.4 --with-imap-ssl --with-ldap=/usr/OpenLDAP --
with-mm --enable-trans-sid --with-zlib --enable-inline-optimization --disable-sh
ared --enable-static


 [2001-03-18 06:50 UTC] ulairi at icnt dot net
Running "/usr2/web/bin/httpd -X" works.
 [2001-05-22 01:48 UTC] sniper@php.net
Please check bug report #10995 if anything in it would help.

--Jani

 [2001-06-12 17:31 UTC] sniper@php.net
Reopen if this happens with PHP 4.0.6.
RC3 can be found here:

http://www.php.net/~andi/php-4.0.6RC3.tar.gz

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 18:01:34 2024 UTC