| ./configure的时候出现如下错误:configure: error: xslt-confignot found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法:yum install libxslt-devel* -y 错误 1 checking for xml2-config path... configure: error: xml2-config not found.Please check your libxml2 installation.解决办法: |