huang906691 发表于 2016-12-27 11:45:21

centos安装失败,帮忙看看啊!!!

centos6.5,64位。安装了很多次结果都是一样的,日志也没看明白。

licess 发表于 2016-12-27 13:34:14

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)


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


参考:https://bbs.vpser.net/thread-14775-1-1.html

huang906691 发表于 2016-12-27 14:09:37

回复 2# 的帖子

帖子参考了,操作步骤是这样的。
先执行 ldconfig -v | grep libcurl ,提示如下:
——————start————————
ldconfig: 无法对 /usr/local/mysql/lib 进行 stat 操作: 没有那个文件或目录
ldconfig: 多次给出路径“/usr/local/lib”
ldconfig: 多次给出路径“/usr/lib”
ldconfig: 多次给出路径“/usr/lib64”
ldconfig: 无法打开目录 /usr/local/ffmpeg/lib/libavdevice.so.56: 不是目录
      libcurl.so.4 -> libcurl.so.4.4.0
ldconfig: 无法对 /usr/lib/libmcrypt.so 进行 stat 操作: 没有那个文件或目录
      libcurl.so.4 -> libcurl.so.4.1.1
——————end————————然后查了下, find / -name libcurl.so.4,结果如下:


/usr/local/lib/libcurl.so.4

/usr/lib64/libcurl.so.4
把第一个给删除了,rm -rf /usr/local/lib/libcurl.so.4


再次执行ldconfig -v | grep libcurl ,依旧报错。
———————start———————————
ldconfig: 无法对 /usr/local/mysql/lib 进行 stat 操作: 没有那个文件或目录
ldconfig: 多次给出路径“/usr/local/lib”
ldconfig: 多次给出路径“/usr/lib”
ldconfig: 多次给出路径“/usr/lib64”
ldconfig: 无法对 /usr/local/lib/libcurl.so 进行 stat 操作: 没有那个文件或目录
ldconfig: 无法打开目录 /usr/local/ffmpeg/lib/libavdevice.so.56: 不是目录
ldconfig: 无法对 /usr/lib/libmcrypt.so 进行 stat 操作: 没有那个文件或目录

libcurl.so.4 -> libcurl.so.4.1.1
# rm -rf /usr/local/lib/libcurl*
# ldconfig -v | grep libcurl
ldconfig: 无法对 /usr/local/mysql/lib 进行 stat 操作: 没有那个文件或目录
ldconfig: 多次给出路径“/usr/local/lib”
ldconfig: 多次给出路径“/usr/lib”
ldconfig: 多次给出路径“/usr/lib64”
ldconfig: 无法打开目录 /usr/local/ffmpeg/lib/libavdevice.so.56: 不是目录
ldconfig: 无法对 /usr/lib/libmcrypt.so 进行 stat 操作: 没有那个文件或目录

libcurl.so.4 -> libcurl.so.4.1.1

———————end———————————

这应该怎么操作啊??

licess 发表于 2016-12-27 18:55:57

回复 3# 的帖子

帖子里有具体方法自己看完整
页: [1]
查看完整版本: centos安装失败,帮忙看看啊!!!