在CentOS7最小安装版下,编译安装apr-util时报错:

fatal error: expat.h: No such file or directory


解决办法:yum install expat-devel


一般这类错误都是缺少依赖,问题是怎么找出来。

相关文章: