php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45231 Apache crashes after loading php5 module
Submitted: 2008-06-11 00:51 UTC Modified: 2008-06-19 01:00 UTC
From: jair at uninove dot br Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.6 OS: Fedora Core 4
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: jair at uninove dot br
New email:
PHP Version: OS:

 

 [2008-06-11 00:51 UTC] jair at uninove dot br
Description:
------------
Apache 2.0.63 compiled this way:
./configure --prefix=/usr/local/httpd-2.0.63 --enable-proxy --enable-ssl --enable-so --enable-module=shared --enable-mods-shared=most

PHP 5.2.6 compiled this way:
./configure  --prefix=/usr/local/php-5.2.6 --with-config-file-path=/etc/httpd --with-apxs2=/usr/local/httpd-2.0.63/bin/apxs --with-mysql=/usr/local/mysql -
-with-openssl --with-gd --enable-ftp --enable-sysvsem --enable-sysvshm --enable-sockets --with-gettext --with-zlib --with-oci8=/opt/oracle_92/ --with-libxml-
dir --with-pear --enable-sigchild --disable-ipv6 --with-iconv --enable-gd-native-ttf --with-png-dir --with-jpeg-dir --with-mssql=/usr/local/freetds

When starting apache, it dies just after loading the php module:
bash-3.00# ./httpd -e debug -k start
..snip..
[debug] mod_so.c(248): loaded module php5_module
bash-3.00# 



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-11 12:59 UTC] jani@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2008-06-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 23:01:28 2024 UTC