Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1030769
  • 博文数量: 164
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1336
  • 用 户 组: 普通用户
  • 注册时间: 2016-03-11 14:13
个人简介

狂甩酷拽吊炸天

文章分类

全部博文(164)

文章存档

2023年(1)

2022年(3)

2021年(4)

2020年(17)

2019年(37)

2018年(17)

2017年(35)

2016年(50)

分类: LINUX

2017-04-18 14:33:07

/data/soft/monitor]# yum list
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

[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]

If you cannot solve this problem yourself, please go to 
the yum faq at:
 
  
上面的报错:
原因是因为yum要使用的python库被pycurl无法找到
执行
ldconfig -v | grep libcurl
发现有2个libcurl


执行下面三布就好:






阅读(1190) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~