一键安装lnmp报错 pycurl.so: undefined symbol: CRYPTO_set_locking_callback

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一键安装lnmp报错 pycurl.so: undefined symbol: CRYPTO_set_locking_callback相关的知识,希望对你有一定的参考价值。

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback

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.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]

If you cannot solve this problem yourself, please go to
the yum faq at:
  http://yum.baseurl.org/wiki/Faq

以上为报错信息,下面是解决办法

原因可能是安装lnmp时,安装了libcurl。
输出ldconfig -v | grep libcurl,发现有2个libcurl

ldconfig: 无法对 /usr/local/mysql/lib 进行 stat 操作: 没有那个文件或目录
ldconfig: 多次给出路径“/usr/local/lib”
ldconfig: 多次给出路径“/lib”
ldconfig: 多次给出路径“/usr/lib”
ldconfig: 多次给出路径“/usr/lib64”
ldconfig: 无法对 /usr/lib/libmcrypt.so 进行 stat 操作: 没有那个文件或目录
        libcurl.so.4 -> libcurl.so.4.4.0
        libcurl.so.4 -> libcurl.so.4.1.1

直接将/usr/local/lib/libcurl.so.4 软连接到旧有libcurl中

find / -name libcurl.so.4 看一下
一般系统安装的libcurl目录是 /usr/lib64/libcurl.so.4 或 /usr/lib/libcurl.so.4
把另外一个删除,然后ldconfig 应该就可以

rm  /usr/local/lib/libcurl.so.4
rm -rf /usr/local/lib/libcurl*

ln -s /usr/lib64/libcurl.so.4.1.1 /usr/local/lib/libcurl.so.4

本文出自 “网络信息,Linux运维” 博客,请务必保留此出处http://fenyuer.blog.51cto.com/11265169/1875808

以上是关于一键安装lnmp报错 pycurl.so: undefined symbol: CRYPTO_set_locking_callback的主要内容,如果未能解决你的问题,请参考以下文章

[Linux]lnmp一键安装包,访问yii/tp5/laravel的时候,报错500或者空白页面

lnmp一键安装包卸载mysql,重新安装报错mysql57-community-release conflicts with mysql-community-release-el6-5.noarch

LNMP一键安装包上部署TP5项目500错误或者空白解决

动态链接库引起的yum故障

lnmp 一键安装过程可以暂停么

LNMP源码编译安装及一键部署LNMP架构