十二 172009
./configure
报以下错
checking for XML_ParserCreate in -lexpat... no
configure: error: Could not find development files of Expat library
解决:
安装expat-devel
yum -y install expat-devel
./configure
报以下错
checking for XML_ParserCreate in -lexpat... no
configure: error: Could not find development files of Expat library
解决:
安装expat-devel
yum -y install expat-devel