hi all
I'm pretty used to compiling PHP from source but am having a little problem with PHP5.0.2
Can anyone explain why this configure command:
./configure --disable-simplexml --disable-xml --with-apxs=/usr/local/apache/bin/apxs --enable-ftp --with-mcrypt --with-openssl
gives the following error:
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
configure: error: xml2-config not found. Please check your libxml2 installation.
I can, in theory, install libxml2 to get round this problem but it seems to me that configure is ignoring the ignore-xml parameters I'm passing? Or is it something else?
thanks, Rob