Configure error when installing php
Posted
by Emenims
on Super User
See other posts from Super User
or by Emenims
Published on 2010-02-24T06:44:55Z
Indexed on
2010/03/29
23:03 UTC
Read the original article
Hit count: 424
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?
© Super User or respective owner