php5 won't compile without xml. Debian 3.1

derek

New member
Joined
Jul 25, 2007
Messages
2
hello,
I try to install php5 on debian3.1 via customapache, I following this tutorial:
http://help.directadmin.com/item.php?id=135

It says, that If I get error's: configure: error: xml2-config not found. Please check your libxml2
I need to install packages: libxml2-devel libxslt-devel.
I installed libxml2 via apt-get, but still get same error (error: xml2-config not found. )

I can disable xml but then I have to disable pear also.
Please help me with that.
 
Try this:

apt-get install libxml2-dev libxslt-dev libperl-dev
 
Back
Top