首页 > 编程语言 > 详细

Fatal Python error: pycurl: libcurl link-time version is older than compile-time version

时间:2017-08-28 19:37:36      阅读:355      评论:0      收藏:0      [点我收藏+]

up vote
down vote

I have found that VMWare Toolkit caused this issue on CentOS VMs.

vi /etc/ld.so.conf.d/vmware-tools-libraries.conf

and add the following two lines at the top (assuming you‘re 64-bit):

/lib64 /usr/lib64

Save, and "ldconfig".

正解

本文出自 “流媒体服务器技术研究” 博客,请务必保留此出处http://livestreaming.blog.51cto.com/3135568/1959881

Fatal Python error: pycurl: libcurl link-time version is older than compile-time version

原文:http://livestreaming.blog.51cto.com/3135568/1959881

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!