| configure: error: xml2-config not found. Please check your libxml2 |
|
|
|
| Martedì 07 Dicembre 2010 10:45 |
|
Se state cercando di aggiornare il vostro sistema a php 5 e ottenete il seguente errore: configure: error: xml2-config not found. Please check your libxml2 dovete installare su O.S. centos gli rpm mancanti: yum -y install libxml2-devel libxslt-devel per debian: apt-get install -y libxml2-dev |