Centos7 编译 php5.6出错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 编译 php5.6出错相关的知识,希望对你有一定的参考价值。
编译的最后报错:
configure: error: xml2-config not found. Please check your libxml2 installation.
查询本地已经安装了libxml2,后面发现其实是还欠缺libxml2-devel,再次安装
yum install libxml2* -y
编译成功
以上是关于Centos7 编译 php5.6出错的主要内容,如果未能解决你的问题,请参考以下文章
完美安装centos7编译安装php5.6.40(亲测成功!)