centos7编译php出错 :make: *** [ext/dom/node.lo] 错误 1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7编译php出错 :make: *** [ext/dom/node.lo] 错误 1相关的知识,希望对你有一定的参考价值。

php编译make的过程出错:

技术分享图片

解决办法:需要打补丁

curl -o php-5.4.5.patch https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4N.txt
cd php-5.4.5
patch -p0 -b < ./php-5.4.5.patch

技术分享图片
技术分享图片
注意如果没有patch命令执行

yum install -y patch
然后再重新configure配置,重新make。

以上是关于centos7编译php出错 :make: *** [ext/dom/node.lo] 错误 1的主要内容,如果未能解决你的问题,请参考以下文章

centos7.4下安装配置PHP服务(源码安装)

php5.3编译出错"make: *** [sapi/fpm/php-fpm] Error 1"的处理

Centos7 编译 php5.6出错

centos7 安装http service中make出错

512M内存编译php出错

centOS7 安装nginx+php+mysql