php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9533 new_opencount[0] == 0
Submitted: 2001-03-02 18:22 UTC Modified: 2001-05-31 08:46 UTC
From: kaw at zrodla dot most dot org dot pl Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Linux
Private report: No CVE-ID: None
 [2001-03-02 18:22 UTC] kaw at zrodla dot most dot org dot pl
My Apache 1.3.14 cannot start with PHP. When I disable PHP in the Apache conf files, everrything is OK.
When I enable PHP, Apache cannot start. In the logs I have something like:

[Sat Mar  3 00:20:26 2001] [notice] child pid 25463 exit signal Aborted (6)
apache-ssl: dl-close.c:123: _dl_close: Assertion `new_opencount[0] == 0' failed.
[Sat Mar  3 00:20:52 2001] [notice] child pid 23978 exit signal Aborted (6)
apache-ssl: dl-close.c:123: _dl_close: Assertion `new_opencount[0] == 0' failed.
[Sat Mar  3 00:21:53 2001] [notice] child pid 23789 exit signal Aborted (6)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-03 17:32 UTC] sniper@php.net
1. What was the configure line used to configure PHP 4?
2. Is your apache linked with libpthread.so? ( ldd httpd )

--Jani

 [2001-04-10 10:47 UTC] sniper@php.net
No feedback. If this happens also with soon to be released PHP 4.0.5, reopen this bug report with the information
I asked for before.

--Jani

 [2001-05-31 08:45 UTC] kaw at zrodla dot most dot org dot pl
Hi,

upon a hint a found on the web (dated from 1999:)
i changed in /etc/php4/apache/php.ini:

; extension=xml.so
; removed this by hand

extension=mysql.so
; extension=ldap.so
; swapped ldap and imap
extension=imap.so
extension=ldap.so

After that the problem was over.
Probably the bug is that the php.ini is not
updated (properly). Is there already an
xml.so module for php4.0.5 btw?

greetings,

Caspar
 [2001-05-31 08:46 UTC] kaw at zrodla dot most dot org dot pl
Hi,

upon a hint a found on the web (dated from 1999:)
i changed in /etc/php4/apache/php.ini:

; extension=xml.so
; removed this by hand

extension=mysql.so
; extension=ldap.so
; swapped ldap and imap
extension=imap.so
extension=ldap.so

After that the problem was over.
Probably the bug is that the php.ini is not
updated (properly). Is there already an
xml.so module for php4.0.5 btw?

greetings,

Caspar
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC