美文网首页
安装 php时 出现 make: *** [ext/dom/no

安装 php时 出现 make: *** [ext/dom/no

作者: 佛心看世界 | 来源:发表于2018-11-06 14:07 被阅读0次

inux安装PHP ,make 的时候报错:

make: *** [ext/dom/node.lo] Error 1

解决办法:

$ curl -o php-5.2.17.patch https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4N.txt 
$ tar  
jxf php-5.2.17.tar.bz2  
$ cd php-5.2.17 
$ patch -p0 -b <../php-5.2.17.patch  
patching file ext/dom/node.c 
patching file  
ext/dom/documenttype.c 
patching file ext/simplexml/simplexml.c

相关文章

网友评论

      本文标题:安装 php时 出现 make: *** [ext/dom/no

      本文链接:https://www.haomeiwen.com/subject/tnhuxqtx.html