Results 1 to 2 of 2
I tried to install PHP and when i ran the ./configure command it gave the error:
xml2-config not found. please check your libxml2 installation
please tell me what this error ...
- 05-23-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 20
PHP-5.2.6 install error
I tried to install PHP and when i ran the ./configure command it gave the error:
xml2-config not found. please check your libxml2 installation
please tell me what this error message is and how i can resolve it.
I downloaded libxml2 sources from an unknown link and when i ran the make command for that it gave a huge text output in the terminal which was weired.
So i didn't proceed.
- 05-23-2008 #2Just Joined!
- Join Date
- May 2008
- Posts
- 42
These type of errors are common when configuring php.
continue with make command and wait for the completion. after that run make install command. or Download rpm package of libxml2 and install, sometimes this package will shows dependecies. search and install those packages too.
Php will show all the these type of messages if there is no packages for php installation.


Reply With Quote
