php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48604 undefined symbol: xmlSetStructuredErrorFunc
Submitted: 2009-06-19 11:12 UTC Modified: 2009-06-27 01:00 UTC
From: davidpinh at gmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.10 OS: CentOS5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-06-19 11:12 UTC] davidpinh at gmail dot com
Description:
------------
When i restart Apache, it gives the following error:

Actual result:
--------------
# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: httpd: Syntax error on line 242 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: undefined symbol: xmlSetStructuredErrorFunc
                                                           [FAILED]


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-19 11:13 UTC] jani@php.net
This should tell you which library is missing:

# ldd libphp5.so 

Then check why it isn't found. Most likely bad configure line or missing 
entry in ld.so.config (or what was it again..)
 [2009-06-25 08:31 UTC] davidpinh at gmail dot com
Thanks a lot.

Can you, please, help-me with this output? Thanks a lot.


# ldd libphp5.so
        linux-gate.so.1 =>  (0x009b3000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x00eeb000)
        libaspell.so.15 => /usr/lib/libaspell.so.15 (0x00b46000)
        libpspell.so.15 => /usr/lib/libpspell.so.15 (0x00327000)
        libgmp.so.3 => /usr/lib/sse2/libgmp.so.3 (0x001eb000)
        libcurl.so.3 => /srv/FWTools/lib/libcurl.so.3 (0x00110000)
        libbz2.so.1 => /usr/lib/libbz2.so.1 (0x0013e000)
        libz.so.1 => /srv/FWTools/lib/libz.so.1 (0x0014f000)
        libpcre.so.0 => /lib/libpcre.so.0 (0x00161000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x002e6000)
        libm.so.6 => /lib/libm.so.6 (0x00561000)
        libdl.so.2 => /lib/libdl.so.2 (0x004df000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x0017e000)
        libxml2.so.2 => /srv/FWTools/lib/libxml2.so.2 (0x00a1f000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00195000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00914000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x001c3000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00aca000)
        libssl.so.6 => /lib/libssl.so.6 (0x00f41000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x00329000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0x0021f000)
        libc.so.6 => /lib/libc.so.6 (0x00c07000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00d4b000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00250000)
        /lib/ld-linux.so.2 (0x004ba000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x0025c000)
        libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00265000)
        libselinux.so.1 => /lib/libselinux.so.1 (0x00268000)
        libsepol.so.1 => /lib/libsepol.so.1 (0x00280000)
 [2009-06-27 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: Sat Apr 27 14:01:30 2024 UTC