Configure error when installing php
- by Emenims
When installing php I configure it like so:
./configure --prefix=/wwwroot/php --with-apxs2=/wwwroot/bin/apxs --with-configure-file-path=/wwwroot/php --with-mysql --with-gd
And a configure error shows up saying this:
xml2-config not found. Please check your libxml2 installation.
What's this all about? And how settle the problem?