PHP 5.0 installation problems

Hi
I’m fairly new to php and am now updating my installation of it.
I am running suse 9.0 and apache2
I am following the instructions listed on the php.org site:
http://www.php.net/manual/en/install.apache2.php
and have managed every step up to configuring it with this command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
Everything works up until here:
Configuring extensions
checking whether to enable LIBXML support… yes
checking libxml2 install dir… no
checking whether libxml build works… no
configure: error: build test failed. Please check the config.log for details.
I have installed the latest libxml2 package: libxml2-2.6.0-1.i386.rpm
But the error remains the same, does anyone have any ideas as to what i should do?
Thanks

Specify the path to the libxml2.

Sponsor our Newsletter | Privacy Policy | Terms of Service