内容简介: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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Xcode 编译疾如风系列(二):并行编译
- 编写 MSBuild 内联编译任务(Task)用于获取当前编译环境下的所有编译目标(Target)
- 使用 Visual Studio 编译时,让错误一开始发生时就停止编译(以便及早排查编译错误节省时间)
- Go编译缓存导致C文件修改后未重新编译
- Android Apk反编译系列教程(一)如何反编译APK
- 漫话:如何给女朋友解释什么是编译与反编译
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!