当前位置:网站首页>Upgrade openssl-1.1.1p for openssl-1.0.2k
Upgrade openssl-1.1.1p for openssl-1.0.2k
2022-07-05 23:50:00 【Try not to work overtime!】
Previously used version 1.0.2k
First download 1.1.1 edition
wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz
If the download reports the following error Add... After the connection --no-check-certificate
wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz --no-check-certificate
mkdir /usr/local/openssl-1.1 Create build directory
tar xvf openssl-1.1.1p.tar.gz decompression 1.1.1 Version pack
cd openssl-1.1.1p Switch to the extracted directory
./config --prefix=/usr/local/openssl-1.1/
make && make install compile
ln -s /usr/local/openssl-1.1/bin/openssl /usr/bin/openssl Configure new version
ln -s /usr/local/openssl-1.1/include/openssl/ /usr/include/openssl Configure new version
echo “/usr/local/openssl-1.1/lib” >> /etc/ld.so.conf Update DLL data
chmod 755 -R /usr/local/openssl-1.1/ Propose rights to corresponding documents
ldconfig -v
openssl version -a
If the following information is mentioned :
This is because openssl The location of the library is not correct , Need to specify and configure again openssl Location of the library
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 View version number in
边栏推荐
- 动态规划 之 打家劫舍
- [Luogu p3295] mengmengda (parallel search) (double)
- 21. PWM application programming
- Open source CRM customer relationship system management system source code, free sharing
- Redis高可用——主从复制、哨兵模式、集群
- Opencvsharp (C openCV) shape detection and recognition (with source code)
- The use of El cascader and the solution of error reporting
- Fiddler Everywhere 3.2.1 Crack
- 【LeetCode】5. Valid Palindrome·有效回文
- When to use useImperativeHandle, useLayoutEffect, and useDebugValue
猜你喜欢
CIS benchmark tool Kube bench
C reflection and type
Go language introduction detailed tutorial (I): go language in the era
【LeetCode】5. Valid Palindrome·有效回文
CIS基准测试工具kube-bench使用
C# 反射与Type
Rasa 3.x 学习系列-Rasa 3.2.1 新版本发布
My colleagues quietly told me that flying Book notification can still play like this
QT QPushButton details
Xinyuan & Lichuang EDA training camp - brushless motor drive
随机推荐
21. PWM application programming
Which side projects can be achieved? Is it difficult for we media to earn more than 10000 a month?
Rasa 3. X learning series -rasa x Community Edition (Free Edition) changes
CIS benchmark tool Kube bench
idea 连接mysql ,直接贴配置文件的url 比较方便
20220703 周赛:知道秘密的人数-动规(题解)
XML configuration file (DTD detailed explanation)
妙才周刊 - 8
2022.6.20-6.26 AI industry weekly (issue 103): new little life
哪些偏门项目可以做到?自媒体做到月赚一万以上很难吗?
[SQL] SQL expansion languages of mainstream databases (T-SQL, pl/sql, pl/pgsql)
TS type declaration
MySQL replace primary key delete primary key add primary key
ts类型声明declare
How to get all the values stored in localstorage
保研笔记一 软件工程与计算卷二(1-7章)
Research notes I software engineering and calculation volume II (Chapter 1-7)
[Luogu cf487e] tours (square tree) (tree chain dissection) (line segment tree)
Golang code checking tool
如何获取localStorage中存储的所有值