Linux下安装yum问题

在运行yum时遇到缺少libssl.so.1.0.0的错误。由于apt源中的libssl1.0版本不符,尝试软链接无效。解决方案是手动下载libssl1.0.0和libcrypto1.0.0的安装包,通过gdebi进行安装,确保解决依赖问题。
摘要由CSDN通过智能技术生成

运行yum的时候, 缺少 libssl.so.1.0.0:

~$ yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   libssl.so.1.0.0: cannot open shared object file: No such file or directory

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.7.13 (default, Sep 26 2018, 18:42:22) 
[GCC 6.3.0 20170516]

If you cannot solve this problem yourself, please go to 
the yum faq at:
  http://yum.baseurl.org/wiki/Faq
  

解决方法:

现在的apt源中,libssl1.0的版本一般是libssl1.0.2,libcrypto1.0的版本一般是libcrypto1.0.2。但是很多应用要使用libssl.so.1.0.0和libcrypto.so.1.0.0。

试过软链接,但是没用。
所以只好手动下载它们的安装包了。下载地址:
https://packages.debian.org/search?suite=jessie&arch=any&mode=exactfilename&searchon=contents&

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值