Fatal Python error:pycurl:libcurl link-time version is older than compile-time version
centos7.0 above the system yum is dependent on Python.
Yum Installing a software sometimes encounters the following error:
Fatal Python error:pycurl:libcurl link-time version is older than compile-time version
Repair Pycurl can be resolved after.
First install the Python pip tool https://pypi.python.org/pypi/pip/1.4.1
Tar zxvf pip-1.4.1.tar.gz
CD pip-1.4.1
Python setup.py Install
Error: Install Python software can not find Setuptools solution
Download: Http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Perform:
SH Setuptools-0.6c11-py2.7.egg
Once the Setuptools is installed, it can be used again
And then install the Python-devel package, the system to choose their own http://rpmfind.net/linux/rpm2html/search.php?query=python-devel
RPM-IVH python-devel-2.7.5-16.el7.x86_64.rpm
Installation Complete
Uninstalling Pycurl
Pip Uninstall Pycurl
Export Pycurl_ssl_library=openssl
Install Pycurl again
Pip Install Pycurl
Running Yum again is normal.
This article is from the "L.P.F" blog, make sure to keep this source http://liupengfang1015.blog.51cto.com/6627801/1945884
Fatal Python error:pycurl:libcurl link-time version is older than compile-time version