这张图表示PHP没安装成功?
/root/lnmp1.1-full/php-5.3.28/ext/xmlrpc/libxmlrpc/encodings.c:73: undefined reference to `libiconv_open'/root/lnmp1.1-full/php-5.3.28/ext/xmlrpc/libxmlrpc/encodings.c:81: undefined reference to `libiconv'
/root/lnmp1.1-full/php-5.3.28/ext/xmlrpc/libxmlrpc/encodings.c:101: undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make: *** Error 1
本身lnmp是使用make ZEND_EXTRA_LIBS='-liconv'参数编译安装的,应该不会出这个问题
你可以尝试修改php-5.3.28下的Makefile文件里的EXTRA_LIBS 该行末尾加上-liconv再make试试
如果不需要iconv的话也可以修改一下编译参数加上--without-iconv再重新安装试试
页:
[1]