当前位置:网站首页>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 在查看版本号
边栏推荐
- 开关电源Buck电路CCM及DCM工作模式
- Use CAS instead of synchronized
- 保研笔记一 软件工程与计算卷二(1-7章)
- GFS分布式文件系统
- 4 points tell you the advantages of the combination of real-time chat and chat robots
- Live tiktok shop 2022 latest gameplay card slot overseas live e-commerce new traffic
- My colleagues quietly told me that flying Book notification can still play like this
- Introduction to JVM
- golang代码检查工具
- White hat talks about web security after reading 2
猜你喜欢
Creative mode 1 - single case mode
总结了 800多个 Kubectl 别名,再也不怕记不住命令了!
rsync远程同步
My colleagues quietly told me that flying Book notification can still play like this
5. Logistic regression
Attacking technology Er - Automation
保研笔记二 软件工程与计算卷二(13-16章)
Rsync remote synchronization
Go language introduction detailed tutorial (I): go language in the era
SpreadJS 15.1 CN 与 SpreadJS 15.1 EN
随机推荐
15 MySQL-存储过程与函数
CAS and synchronized knowledge
Convert Chinese into pinyin
无刷驱动设计——浅谈MOS驱动电路
Neural structured learning 4 antagonistic learning for image classification
俄外交部:日韩参加北约峰会影响亚洲安全稳定
成为程序员的你,后悔了吗?
Fiddler Everywhere 3.2.1 Crack
【LeetCode】5. Valid Palindrome·有效回文
Switching power supply buck circuit CCM and DCM working mode
Neural structured learning - Part 3: training with synthesized graphs
如何让同步/刷新的图标(el-icon-refresh)旋转起来
White hat talks about web security after reading 2
Qcombox (rewrite) + qcompleter (auto completion, auto loading the drop-down options of qcombox, setting the background color)
Cwaitabletimer timer, used to create timer object access
STM32__06—单通道ADC
[SQL] SQL expansion languages of mainstream databases (T-SQL, pl/sql, pl/pgsql)
el-cascader的使用以及报错解决
asp.net弹出层实例
Do you regret becoming a programmer?