I've tried to configure PHP 5 b3 with the following command:

./configure --prefix=/usr/local/php/betas/php-5.0.0b3 --with-mysql=/sw --with-gd=/sw --with-libxml-dir=/sw/lib --with-zlib-dir=/sw --with-bz2=/sw --with-gmp=/sw --with-pspell=/sw --enable-sockets --with-apxs

and then again with one that worked for b2:

'./configure' \
'--prefix=/usr/local/php/betas/php-5.0.0b2' \
'--with-apxs' \
'--with-dom=/sw' \
'--with-libxml-dir=/sw' \
'--with-xsl=/sw' \
'--with-zlib-dir=/sw' \
'--with-mysql=/sw' \
'--with-xsl=/sw' \
'--with-gd=/sw' \

But I get this error either way:

configure: error: libxml2 version 2.5.10 or greater required.

I have this exact version installed though. What should I do?

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to