yum install -y lrzsz2 出现问题报错 Fatal Python error: pycurl: libcurl link-time version is older than

yum -y install lrzsz    出现问题报错   Fatal Python error: pycurl: libcurl link-time version is older than   

解决办法 

这个是由于centos导致的问题

[root@libmaster ~]#   vi /etc/ld.so.conf.d/vmware-tools-libraries.conf

在该文件中添加 两行 

/lib64 

/usr/lib64

保存  该文件

[root@libmaster ~]# ldconfig


[root@libmaster ~]# yum -y install lrzsz

成功!!!

原文 

https://stackoverflow.com/questions/14083969/linux-yum-fatal-python-error-pycurl-libcurl-link-time-version-is-older-than-co?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

你可能感兴趣的:(yum install -y lrzsz2 出现问题报错 Fatal Python error: pycurl: libcurl link-time version is older than)