How to solve ssh: /usr/lib64/libcrypto.so.10: no version information available [closed]

两盒软妹~` 提交于 2019-12-05 21:12:30

First you need to uninstall openssl completely then try try to install. It should work fine.

Get list of openssl rpm list: rpm -qa | grep openssl

Try to uninstall all package if possible: rpm -e

Downlaod openssl-1.0.1e-16.el6_5.15.x86_64.rpm

http://rpm.pbone.net/index.php3/stat/4/idpl/26955011/dir/centos_6/com/openssl-1.0.1e-16.el6_5.15.x86_64.rpm.html

Update openssl packages: rpm -Uvh --replacepkgs openssl-1.0.1e-16.el6_5.15.x86_64.rpm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!