当前位置:网站首页>openssl-1.0.2k版本升级openssl-1.1.1p
openssl-1.0.2k版本升级openssl-1.1.1p
2022-07-05 23:32:00 【争取不加班!】
之前使用版本1.0.2k
![]()
首先下载1.1.1版本
wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz
如果下载报以下错误 在连接后面加上 --no-check-certificate
wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz --no-check-certificate

mkdir /usr/local/openssl-1.1 创建编译目录
tar xvf openssl-1.1.1p.tar.gz 解压1.1.1版本包
cd openssl-1.1.1p 切换到解压出来的目录
./config --prefix=/usr/local/openssl-1.1/
make && make install 编译
ln -s /usr/local/openssl-1.1/bin/openssl /usr/bin/openssl 配置使用新版本
ln -s /usr/local/openssl-1.1/include/openssl/ /usr/include/openssl 配置使用新版本
echo “/usr/local/openssl-1.1/lib” >> /etc/ld.so.conf 更新动态链接库数据
chmod 755 -R /usr/local/openssl-1.1/ 给对应文件提权
ldconfig -v
openssl version -a
如果提类似如下信息:
![]()
这是因为openssl库的位置不正确造成的,需重新指定和配置openssl库的位置
ln -s /usr/local/openssl-1.1/lib/libssl.so.1.1 /usr/lib64/libssl.so.1.1
ln -s /usr/local/openssl-1.1/lib/libcrypto.so.1.1 /usr/lib64/
openssl version 在查看版本号

边栏推荐
- 【SQL】各主流数据库sql拓展语言(T-SQL 、 PL/SQL、PL/PGSQL)
- 20220703 周赛:知道秘密的人数-动规(题解)
- 424. 替换后的最长重复字符 ●●
- 20220703 week race: number of people who know the secret - dynamic rules (problem solution)
- MySQL (1) -- related concepts, SQL classification, and simple operations
- Make a short video clip number of we media film and television. Where can I download the material?
- Switching power supply buck circuit CCM and DCM working mode
- yate.conf
- Rsync remote synchronization
- [Yu Yue education] NC machining technology reference materials of Shaanxi University of science and technology
猜你喜欢

用列表初始化你的vector&&initializer_list简介

Part III Verilog enterprise real topic of "Niuke brush Verilog"

Comparison of parameters between TVs tube and zener diode

【经典控制理论】自控实验总结

TVS管和ESD管的技術指標和選型指南-嘉立創推薦

20220703 week race: number of people who know the secret - dynamic rules (problem solution)

Breadth first search open turntable lock

无刷驱动设计——浅谈MOS驱动电路

Scala concurrent programming (II) akka

Brushless drive design -- on MOS drive circuit
随机推荐
Cwaitabletimer timer, used to create timer object access
TVS管 与 稳压二极管参数对比
代码农民提高生产力
Open source CRM customer relationship system management system source code, free sharing
2022.6.20-6.26 AI行业周刊(第103期):新的小生命
Naoqi robot summary 26
Spire. PDF for NET 8.7.2
C# 文件与文件夹操作
帶外和帶內的區別
GFS distributed file system
开关电源Buck电路CCM及DCM工作模式
Russian Foreign Ministry: Japan and South Korea's participation in the NATO summit affects security and stability in Asia
C reflection and type
零犀科技携手集智俱乐部:“因果派”论坛成功举办,“因果革命”带来下一代可信AI
21. PWM application programming
[classical control theory] summary of automatic control experiment
GFS Distributed File System
14 MySQL-视图
Comparison between webgl and webgpu [3] - vertex buffer
How to insert data into MySQL database- How can I insert data into a MySQL database?