php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20147 Installation results in relocation error in xml.so (unresolved symbol)
Submitted: 2002-10-29 07:46 UTC Modified: 2002-11-09 10:26 UTC
From: wzanatta at uol dot com dot br Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.3.0-pre2 OS: Linux 2.4.19 (Slackware 8.1)
Private report: No CVE-ID: None
 [2002-10-29 07:46 UTC] wzanatta at uol dot com dot br
Running Apache 2.0.43 on Slackware 8.1.

This happens since about a month ago with CVS snaps. That time I reported a bug with apache2 restart (segfault). During compile, everything seems to be ok but when I launch a make install the error happens...I've isolated the problem to make install-pear.

Script used to compile...

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-pear=/usr/local/php/lib/pear --with-zlib --with-zlib-dir=/usr --with-bz2=shared,/usr --with-dom=shared,/usr --enable-xml=shared --with-expat-dir=/usr/local/lib/expat --with-dom-xslt=shared,/usr --with-dom-exslt=shared,/usr --with-gettext=shared,/usr/local/gettext --with-pgsql=shared,/usr/local/postgresql --with-mysql=shared --with-openssl=shared,/usr/local/openssl --with-gd=shared,/usr/local/gd --with-jpeg-dir=/usr --with-png-dir=/usr --enable-libgcc --enable-dio --enable-ftp --enable-sockets

There it is...

root@carcass:/usr/src/ServerSoftware/PHP/php-4.3.0pre2# make install-pear
Installing PEAR environment:      /usr/local/php/lib/pear/
/usr/src/ServerSoftware/PHP/php-4.3.0pre2/sapi/cli/php: relocation error: /usr/local/php/lib/php/extensions/no-debug-non-zts-20020429/xml.so: undefined symbol: XML_ParserCreate
make[1]: *** [install-pear-installer] Error 127
make: *** [install-pear] Error 2

Any light for me?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-09 10:26 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Mar 20 15:00:01 2026 UTC