码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2017-08-28 23:55:31      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:libcurl pycurl

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

标签:libcurl pycurl

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!