Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

[PHP-DEV] Bug #14555 Updated: apache fails: libsablot.so.0: undefined symbol: XML_SetParamEntityParsing From: sterling <email protected>
Date: 12/31/01

ID: 14555
Updated by: sterling
Reported By: php <email protected>
Old Status: Open
Status: Bogus
Bug Type: XSLT related
Operating System: debian woody
PHP Version: 4.1.0
New Comment:

Not a PHP bug.

Previous Comments:
------------------------------------------------------------------------

[2001-12-17 22:33:47] php <email protected>

balder:~# nm /usr/local/lib/libsablot.so.0 | grep XML_SetParamEntityParsing
         U XML_SetParamEntityParsing

Unlinked I guess, I don't really know what it means in this context, maybe something I should investigate with gingerall/sablot lists.

------------------------------------------------------------------------

[2001-12-17 17:57:19] derick <email protected>

Please post the output of this:

nm /usr/local/lib/libsablot.so.0 | grep XML_SetParamEntityParsing

------------------------------------------------------------------------

[2001-12-17 17:54:08] php <email protected>

That gives one line with "XML_SetParamEntityParsing", so I assume it is in there. There was no probs compiling and installing Sablot, I have NOT found any similar issue on the gingerall pages or any other mailing lists/newsgroups I've searched.

------------------------------------------------------------------------

[2001-12-17 02:44:23] mfischer <email protected>

What does the output of

  strings /usr/local/lib/libsablot.so.0|grep XML_SetParamEntityParsing

gives you?

If you're missing the symbol your libsablot installation is broken.

Feedback.

------------------------------------------------------------------------

[2001-12-16 22:02:05] php <email protected>

Config, compile and install works fine, apache fails to start:
Apache: Starting Syntax error on line 226 of /usr/local/conf/httpd.conf:
Cannot load /usr/local/libexec/libphp4.so into server: /usr/local/lib/libsablot.so.0: undefined symbol: XML_SetParamEntityParsing
/usr/local/bin/apachectl start: httpd could not be started

./configure \
  --with-apxs \
  --with-mysql \
  --with-zlib \
  --with-bz2 \
  --with-curl \
  --with-dom \
  --enable-ftp \
  --with-gd \
  --enable-gd-native-ttf \
  --with-gmp \
  --enable-sockets \
  --with-openssl \
  --with-ldap \
  --enable-xslt \
  --with-xslt-sablot \
  --with-iconv

apache 1.3.22
sablot 0.71
expat 1.95.2
libxml 2.4.10
xmltok 1.1

Apache and PHP was compiled and installed manually, the rest has been done with .deb packages/apt.

Additional:
In order to successfully compile, configure didnt stop, had to install dev-files for xmltok, libxml and sasl (used deb's)

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=14555&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>