php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28218 Apache can not start.
Submitted: 2004-04-29 18:10 UTC Modified: 2004-05-07 13:40 UTC
From: storozhilov at mail dot ru Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.6 OS: FreeBSD 5.2.1-RELEASE-p5
Private report: No CVE-ID: None
 [2004-04-29 18:10 UTC] storozhilov at mail dot ru
Description:
------------
Apache 1.3.29. PHP has compiled with theese args:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-sybase-ct=/usr/local --with-pgsql=/usr/local/pgsql
(I'm using FreeTDS to connect MS SQL box and PostregSQL database on the same host). After typing
# /usr/local/apache/bin/apachectl start
"/usr/local/apache/bin/apachectl start: httpd started" appears, but on
# ps ax|grep httpd
I'm getting no any apache processes. :-(
Apache error log has no messages about it.

Reproduce code:
---------------
Without any code...

Expected result:
----------------
Without any result...

Actual result:
--------------
Without any result...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-29 18:30 UTC] iliaa@php.net
do ldd on your httpd and libphp4.so and see if you have any 
missing libraries in either one. 
 [2004-05-05 22:27 UTC] sniper@php.net
This is not any PHP bug, ask support questions elsewhere.
 [2004-05-07 13:40 UTC] storozhilov at mail dot ru
I've wrote simple script to connect MS SQL database and make simple SQL statement. When using PHP 4.3.4 command:

bash-2.05b$ php ~/test.php

returns pretty good result set, but PHP later versions (both 4.3.5 & 4.3.6) makes core dump with following message:

php in free(): error: page is already free
Abort trap (core dumped).

So I have suspicion, that it is PHP bug.

P.S. I use 0.62.3 version of FreeTDS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 04:01:33 2024 UTC