Hi,

I'm trying to install PHP 4.2 w/ Sablotron/XSLT/DOM support and during the
'make install' step I get the following error:

/usr/bin/ld: cannot find -lxmltok
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/home/eric/php-4.2.0'
make: *** [install-recursive] Error 1


I'm using the latest versions of libxml2 and libxslt and zlib 1.1.4

Any ideas what's causing the error? What might be missing? Here's my
configure command:

php-4.2.0]# ./configure \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-mysql=/usr/local/mysql \
> --with-openssl=/usr/local/ssl \
> --with-zlib \
> --with-pear \
> --with-dom \
> --with-iconv \
> --with-xslt-sablot \
> --with-dom-xslt \
> --enable-xslt \
> --enable-bcmath


Any help would be appreciated,

Eric Anderson
Information Systems Developer
Lundquist College of Business - University of Oregon
541-346-3124
[EMAIL PROTECTED]


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

Reply via email to