当前位置:网站首页>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 在查看版本号

边栏推荐
- Hcip course notes-16 VLAN, three-tier architecture, MPLS virtual private line configuration
- 证明 poj 1014 模优化修剪,部分递归 有错误
- 20220703 week race: number of people who know the secret - dynamic rules (problem solution)
- (4) UART application design and simulation verification 2 - RX module design (stateless machine)
- TVS管和ESD管的技术指标和选型指南-嘉立创推荐
- MySQL delete uniqueness constraint unique
- SpreadJS 15.1 CN 与 SpreadJS 15.1 EN
- C reflection and type
- MySQL replace primary key delete primary key add primary key
- Spreadjs 15.1 CN and spreadjs 15.1 en
猜你喜欢

Spire Office 7.5.4 for NET

动态规划 之 打家劫舍

如何获取localStorage中存储的所有值

Data analysis - Thinking foreshadowing

Rasa 3. X learning series -rasa x Community Edition (Free Edition) changes

MySQL delete uniqueness constraint unique

Spécifications techniques et lignes directrices pour la sélection des tubes TVS et ESD - Recommandation de jialichuang

Scala concurrent programming (II) akka

Biased sample variance, unbiased sample variance

激光slam学习记录
随机推荐
如何提升口才
总结了 800多个 Kubectl 别名,再也不怕记不住命令了!
开关电源Buck电路CCM及DCM工作模式
JVM details
698. Divided into k equal subsets ●●
Introduction to JVM
15 MySQL-存储过程与函数
Naoqi robot summary 26
Common static methods of math class
[original] what is the core of programmer team management?
Idea connects to MySQL, and it is convenient to paste the URL of the configuration file directly
It is proved that POJ 1014 module is optimized and pruned, and some recursion is wrong
C reflection and type
What is a humble but profitable sideline?
CAS and synchronized knowledge
【经典控制理论】自控实验总结
2022.6.20-6.26 AI行业周刊(第103期):新的小生命
如何让同步/刷新的图标(el-icon-refresh)旋转起来
Neural structured learning - Part 2: training with natural graphs
【SQL】各主流数据库sql拓展语言(T-SQL 、 PL/SQL、PL/PGSQL)