custombuild intallation errors

totomcs

Verified User
Joined
Apr 27, 2008
Messages
18
HI All,

I have problem whit custombuild installation on debian 5.0.
Does anybody know wath the solution is?

Below you see the error. Below that you see the version that i have.

Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
checking whether libxml build works... no
configure: error: build test failed. Please check the config.log for details.

*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file

server130:/usr/local/directadmin/custombuild#

OS version: Debian 5.0
PHP:
2.6.26-2-686 #1 SMP Mon May 11 19:00:59 UTC 2009 i686 GNU/Linux

Regards.
Saban
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build libxml2
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build libxml2

Hi Smtalk,

Same error.

Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
checking whether libxml build works... no
configure: error: build test failed. Please check the config.log for details.

*** There was an error while trying to configure php. Check the configure/suphp/configure.php5 file
 
Back
Top