天生龙套 发表于 2016-5-31 18:54:29

centos 6.7 lnmp 安装失败



是不是系统的问题

licess 发表于 2016-5-31 21:06:45

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, Jul 23 2015, 15:22:56)


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

可能你系统上装了多个libcurl版本造成的

rm -rf /usr/local/lib/libcurl* 删除后yum应该就正常了
页: [1]
查看完整版本: centos 6.7 lnmp 安装失败