Fedora 12 安装GStreamer与Glib后执行yum命令出错
错误信息如下:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:/usr/lib/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.2 (r262:71600, Jun 7 2010, 10:38:03)
[GCC 4.5.0 20100414 (Red Flag 4.5.0-2)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
不知道如何解决,望高手帮忙,多谢!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网上下载pycurl.rpm,注意对应版本,后解压,再对那那个.tar.bz的文件解压,进入目录,root执行python2.X setup.py install ,X为版本号,我的为6!