I had downloaded PHP-5.12.
I had unpack the .tar.gz file
Probblem arises when I try to build php for Apache and MySQL aupport:
./configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs
I Message displayed :
configure : error: Libxml2 version 2.6.11 or greater required
What should I do?
Thank u