栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

如何从源代码升级CentOS 6.5 / Linux / Unix中的OpenSSL?

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

如何从源代码升级CentOS 6.5 / Linux / Unix中的OpenSSL?

./config --prefix=/usr --openssldir=/usr/local/openssl shared

请尝试使用此配置行来覆盖默认设置。默认情况下,当您保留前缀时,它将安装在前缀/ usr / local / ssl中。您可能拥有“ / usr /
local / ssl / bin / openssl”,而不是覆盖/ usr / bin / openssl。您也可以使用/ usr /
local作为前缀,但是如果路径中还没有相应的路径,则需要相应地进行调整。这是INSTALL文档:

  $ ./config  $ make  $ make test  $ make install [If any of these steps fails, see section Installation in Detail below.]This will build and install OpenSSL in the default location, which is (forhistorical reasons) /usr/local/ssl. If you want to install it anywhere else,run config like this:  $ ./config --prefix=/usr/local --openssldir=/usr/local/openssl

https://github.com/openssl/openssl/blob/master/INSTALL


http://heartbleed.com/



转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/399177.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号