-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm trying to get XSLT working with PHP, and after slowly working my way 
through several other problems, I've found one that I can't figure out.

Software:
PHP 4.2.3
Apache 1.3.27
Sablotron 0.96
GCC 3.2
Linux 2.4.19-lsm1

./configure \
- --enable-xml \
- --enable-xslt \
- --enable-ftp \
- --enable-sockets \
- --enable-pcntl \
- --with-apxs=/usr/local/apache/bin/apxs \
- --with-xslt-sablot && \
make && \
sudo make install

Everything seems to work fine (except for a lot of 
"cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory"
's that appear when using gcc-3.2), but when I try to 
/usr/local/apache/bin/apachectl restart, I get this: 

Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: 
/usr/local/lib/libsablot.so.0: undefined symbol: __gxx_personality_v0
/usr/local/apache/bin/apachectl start: httpd could not be started

Any ideas???
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9yJ/J/rncFku1MdIRAkhnAKClykcWMUwiWbslAYklx3xm1qsjSQCdFAXh
roJ+kMyayqdY1UXxL6S5xuQ=
=1Zaw
-----END PGP SIGNATURE-----


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to