Linux   发布时间:2022-04-01  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了linux – 修复替换的OpenSSL安装大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

我以前用openssl10替换了我的centos盒子上的openssl,使用类似 these @R_874_8566@uctions的东西: rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/... ...x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm yum install yum
我以前用openssl10替换了我的centos盒子上的openssl,使用类似 these instructions的东西:
rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/...
     ...x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm
yum install yum-plugin-replace
# Edit /etc/yum.repos.d/ius-archive.repo and 
# enable the ius-archive repo by changing enabled=0 to enabled=1.
yum replace openssl --replace-with openssl10

然后,当我做一般的yum更新时,由于openssl我得到错误,所以我改为:

yum update -x openssl -x postfix

这似乎工作正常,但实际上,我不能再通过ssh重新连接到框:

@H_999_16@me@local $ssh -S none root@the_server ssh_exchange_identification: Connection closed by remote host

关于如何从这种情况中恢复的任何想法?

编辑:
当我在服务器上运行sshd(我仍然有一个打开的连接)时,我收到以下错误

ssh: reLOCATIOn error: ssh: symbol SSLeay_version,version OPENSSL_1.0.1 
    not defined in file libcrypto.so.10 with link time reference

解决方法

使用IUS存储库并使用它来替换openssl与openssl10然后尝试升级到CentOS 6.5时出现了一个错误.

基本上你要做的就是回到股票openssl – 现在无论如何在版本1.0.1:

yum replace openssl10 --replace-with openssl

现在不需要使用openssl10且不受支持.
这也是它仅在归档回购中可用的原因.

有关更多信息,请参阅:https://lists.launchpad.net/ius-community/msg00807.htmlhttps://bugs.launchpad.net/ius/+bug/1034961/comments/60

大佬总结

以上是大佬教程为你收集整理的linux – 修复替换的OpenSSL安装全部内容,希望文章能够帮你解决linux – 修复替换的OpenSSL安装所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。