PDA

View Full Version : php5 won't compile without xml. Debian 3.1


derek
08-02-2007, 02:10 AM
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.

Zoner
08-02-2007, 05:38 AM
Try this:

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