Can anyone help?

Configure 1:
------------
Failed...requested libxslt 1.0.18 or greater be installed.
So I downloaded and installed without incident libxslt.so.1.1.2.

Configure 2:
------------
# ./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql \
--with-pear \
--with-openssl \
--with-zlib \
--with-zlib-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--with-tiff-dir=/usr/lib \
--with-dom \
--with-libxml-dir=/usr/lib \
--with-xmlrpc \
--with-xsl \
--with-dom-xslt \
--enable-ftp \
--with-regex=system \
--enable-versioning \
--enable-debug=no. . . . . . . OK
# make . . . . . . . . . . . . OK
# make install . . . . . . . . FAILED HERE

Installing PHP SAPI module: apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
cp .libs/libphp5.so /usr/local/apache2/modules/libphp5.so
chmod +x /usr/local/apache2/modules/libphp5.so
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/share/src/php/php-5.0.0RC3/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
[activating module `php5' in /usr/local/apache2/conf/httpd.conf]
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PEAR environment: /usr/local/lib/php/


ld.so.1: /usr/share/src/php/php-5.0.0RC3/sapi/cli/php: fatal:
relocation error: file /usr/local/lib/libxslt.so.1:
symbol xmlIsDigitGroup: referenced symbol not found

*** Error code 137
The following command caused the error:
/usr/share/src/php/php-5.0.0RC3/sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0 /usr/share/src/php/php-5.0.0RC3/pear/install-pear.php -d "/usr/local/lib/php" -b "/usr/local/bin" /usr/share/src/php/php-5.0.0RC3/pear/package-*.xml
make: Fatal error: Command failed for target `install-pear-installer'
Current working directory /usr/share/src/php/php-5.0.0RC3
*** Error code 1


make: Fatal error: Command failed for target `install-pear'

Reply via email to