ubuntu14.04 configure: error: xml2-config not found. Please check your libxml2 installation错误解决
今天在ubuntu14.04上安装php7时
执行:./configure
命令时
一直报configure: error: xml2-config not found. Please check your libxml2 installation。
结果使用:sudo apt-get install libxml2
显示这个已经安装
在网上查找后:需要安装libxml2-dev软件包才行
sudo apt-get install libxml2-dev