Centos6 卸载OpenSSL后重装提示 libssl.so.10: cannot open shared object file: No such file or directory

一.强制卸载OpenSSL:
rpm -e --nodeps openssl
二.卸载后重装OpenSSL提示:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

libssl.so.10: 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.6.6 (r266:84292, Aug 18 2016, 15:13:37)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]

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

三.解决方案
1.下载:https://www.openssl.org/source/old/1.0.1/openssl-1.0.1e.tar.gz 上传到服务器,
2.解压:[root@CentOS6 lib64]#tar xvf openssl-1.0.1e.tar.gz
3.进入目录: cd openssl-1.0.1e
4.执行: ./config shared zlib-dynamic 生成Makefile文件
5.Make:通过make来生成生成libssl.so.1.0.0 和 libcrypto.so.1.0.0
6.拷贝:将这2个文件拷贝到/usr/lib64/
7.进入目录:cd /usr/lib64
8.创建软链接:
ln -s libssl.so.1.0.0 libssl.so.10
ln -s libcrypto.so.1.0.0 libcrypto.so.10
9.已解决
在这里插入图片描述
参考自:
https://blog.csdn.net/yifeng20xx/article/details/74896426
https://blog.51cto.com/11895569/2352747?source=dra

评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值