php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8585 Unresolved symbol when starting httpd
Submitted: 2001-01-08 00:19 UTC Modified: 2001-01-11 11:57 UTC
From: graeme at inetix dot com dot au Assigned:
Status: Closed Package: XML related
PHP Version: 4.0 Latest CVS (08/01/2001) OS: Linux-i386 2.2.16
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: graeme at inetix dot com dot au
New email:
PHP Version: OS:

 

 [2001-01-08 00:19 UTC] graeme at inetix dot com dot au
configure line shows:
/configure  --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local

PHP dies with the error:
libexec/libphp4.so: undefined symbol: php_XML_SetUnparsedEntityDeclHandler

This is from latest CVS in response to bug 8581 which was reportedly fixed in CVS.
Previously PHP-4.0 compiled OK.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-08 23:38 UTC] graeme at inetix dot com dot au
Thought I better provide some more info as it may be related to my expat/sablotron install.
I had compiled and installed expat-1.95 and Sablotron-0.50 which does not use a bundled expat anymore.
Possibly that's where the conflict is arising?
 [2001-01-11 11:57 UTC] sniper@php.net
Get the latest CVS and add --with-expat-dir=/path/to/expat
into your configure line.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 17:01:28 2024 UTC