centos 编译OpenSSL

栏目: 服务器 · 发布时间: 5年前

内容简介:1、从下列页面下载最新的OpenSSL2、解压编译2、执行以下命令:

1、从下列页面下载最新的OpenSSL http://openssl.org/source/

2、解压编译

wget -c https://www.openssl.org/source/openssl-1.0.2j.tar.gz 
tar zxvf openssl-1.0.2j.tar.gz 
cd openssl-1.0.2j
./config
make 
make install

2、执行以下命令:

mv /usr/bin/openssl /usr/bin/openssl.OFF
mv /usr/include/openssl /usr/include/openssl.OFF
ln –s /usr/local/ssl/bin/openssl /usr/bin/openssl
ln –s /usr/local/ssl/include/openssl /usr/include/openssl

3 配置库文件搜索路径

#echo “/usr/local/ssl/lib” >> /etc/ld.so.conf.d/ssl.conf
#ldconfig

4 查看openssl 版本号,验证安装正确性


以上所述就是小编给大家介绍的《centos 编译OpenSSL》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Haskell School of Music

The Haskell School of Music

Paul Hudak、Donya Quick / Cambridge University Press / 2018-10-4 / GBP 42.99

This book teaches functional programming through creative applications in music and sound synthesis. Readers will learn the Haskell programming language and explore numerous ways to create music and d......一起来看看 《The Haskell School of Music》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具