LNMP安装,PHP安装失败
Nginx: OKMySQL: OK
Error: /usr/local/php not found!!!PHP install failed.
Sorry,Failed to install LNMP!
Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.
You can download /root/lnmp-install.log from your server,and upload lnmp-install.log to LNMP Forum. In file included from progname.c:26:0:
./stdio.h:1010:1: 错误:‘gets’未声明(不在函数内)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
^
make: *** 错误 1
make: 离开目录“/home/redstone/下载/lnmp1.1-full/libiconv-1.14/srclib”
修改安装脚本,查找cd libiconv-1.14
在该行下面添加
wget http://soft.vpser.net/lnmp/ext/libiconv-glibc-2.16.patch
patch -p0 < libiconv-glibc-2.16.patch
再重新运行安装脚本试试 军哥,PHP还是安装不上?菜鸟求救.....
Checking...
Nginx: OK
MySQL: OK
Error: /usr/local/php not found!!!PHP install failed.
Sorry,Failed to install LNMP!
Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.
You can download /root/lnmp-install.log from your server,and upload lnmp-install.log to LNMP Forum. /usr/local/lib/libxml2.so.2: no version information available
ext/dom/node.o: In function `dom_canonicalization':
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/dom/node.c:1899: undefined reference to `xmlOutputBufferGetSize'
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/dom/node.c:1905: undefined reference to `xmlOutputBufferGetContent'
ext/dom/documenttype.o: In function `dom_documenttype_internal_subset_read':
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/dom/documenttype.c:209: undefined reference to `xmlOutputBufferGetContent'
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/dom/documenttype.c:209: undefined reference to `xmlOutputBufferGetSize'
ext/simplexml/simplexml.o: In function `zim_simplexml_element_asXML':
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/simplexml/simplexml.c:1391: undefined reference to `xmlOutputBufferGetContent'
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/simplexml/simplexml.c:1391: undefined reference to `xmlOutputBufferGetSize'
ext/xmlreader/php_xmlreader.o: In function `zim_xmlreader_XML':
/home/redstone/下载/lnmp1.1-full/php-5.3.28/ext/xmlreader/php_xmlreader.c:1098: undefined reference to `xmlTextReaderSetup'
貌似是libxml有问题,你find / -name libxml2.so.2
我看一下,我觉得可能有多个libxml2.so.2
页:
[1]