当前位置:网站首页>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
边栏推荐
- rsync远程同步
- C # input how many cards are there in each of the four colors.
- 【SQL】各主流数据库sql拓展语言(T-SQL 、 PL/SQL、PL/PGSQL)
- MySQL replace primary key delete primary key add primary key
- China Jinmao online electronic signature, accelerating the digitization of real estate business
- How to improve eloquence
- Technical specifications and model selection guidelines for TVs tubes and ESD tubes - recommended by jialichuang
- 11gR2 Database Services for " Policy" and " Administrator" Managed databases (file I
- STM32__06—单通道ADC
- 如何让同步/刷新的图标(el-icon-refresh)旋转起来
猜你喜欢
Fiddler Everywhere 3.2.1 Crack
Learn PWN from CTF wiki - ret2libc1
Redis high availability - master-slave replication, sentinel mode, cluster
Effet Doppler (déplacement de fréquence Doppler)
Technical specifications and model selection guidelines for TVs tubes and ESD tubes - recommended by jialichuang
微信小程序---WXML 模板语法(附带笔记文档)
亲测可用fiddler手机抓包配置代理后没有网络
What if the C disk is not enough? Let's see how I can clean up 25g of temp disk space after I haven't redone the system for 4 years?
China Jinmao online electronic signature, accelerating the digitization of real estate business
【LeetCode】5. Valid palindrome
随机推荐
[classical control theory] summary of automatic control experiment
开源crm客户关系统管理系统源码,免费分享
20220703 week race: number of people who know the secret - dynamic rules (problem solution)
Switching power supply buck circuit CCM and DCM working mode
orgchart. JS organization chart, presenting structural data in an elegant way
ts类型声明declare
Redis high availability - master-slave replication, sentinel mode, cluster
Use CAS instead of synchronized
Qcombox (rewrite) + qcompleter (auto completion, auto loading the drop-down options of qcombox, setting the background color)
20.移植Freetype字体库
20. Migrate freetype font library
The use of El cascader and the solution of error reporting
Qt 一个简单的word文档编辑器
MySQL delete uniqueness constraint unique
Which side projects can be achieved? Is it difficult for we media to earn more than 10000 a month?
如何让同步/刷新的图标(el-icon-refresh)旋转起来
el-cascader的使用以及报错解决
424. The longest repeated character after replacement ●●
带外和带内的区别
Opencvsharp (C openCV) shape detection and recognition (with source code)