centos7.1安装lnmp1.3出错
请军哥帮忙查一下是什么原因导致的。谢谢! There was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was:
/usr/lib64/python2.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Jun 17 2014, 18:11:42)
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
你系统yum有问题
ldconfig -v | grep libcurl看一下,可能多个libcurl导致的
find / -name libcurl.so.4 看一下
一般系统安装的libcurl目录是 /usr/lib64/libcurl.so.4 或 /usr/lib/libcurl.so.4
把另外一个删除,然后ldconfig 应该就可以 军哥,你好,刚使用命令,果然报这些错误。
# ldconfig -v | grep libcurl
ldconfig: 无法对 /usr/local/mysql/lib 进行 stat 操作: 没有那个文件或目录
ldconfig: 多次给出路径“/usr/lib”
ldconfig: 多次给出路径“/usr/local/lib”
ldconfig: 多次给出路径“/lib”
ldconfig: 多次给出路径“/lib64”
ldconfig: 无法对 /libx32 进行 stat 操作: 没有那个文件或目录
ldconfig: 多次给出路径“/usr/lib”
ldconfig: 多次给出路径“/usr/lib64”
ldconfig: 无法对 /usr/libx32 进行 stat 操作: 没有那个文件或目录
ldconfig: 无法对 /lib/libltdl.so.3 进行 stat 操作: 没有那个文件或目录
libcurl.so.4 -> libcurl.so.4.4.0
libcurl.so.4 -> libcurl.so.4.3.0
centos7.1安装lamp失败
军哥,你好,在安装过程中最后报告错误。请帮忙检查一下原因,谢谢! The output of /usr/local/apache/bin/apxs follows:/usr/local/apache/bin/httpd: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
ln -sf /usr/local/lib/libiconv.so.2 /usr/lib/libiconv.so.2 后试试
问题完美解决
谢谢军哥的帮助与指导。
页:
[1]