Python 官方文档:入门教程 => 点击学习
python3.7使用的openssl为1.0.2版本或1.1以上的版本Centos .9安装openssl 1.1版本 [root@python3_7 soft]# mkdir –p /soft[root@Python3_7 soft]#
python3.7使用的openssl为1.0.2版本或1.1以上的版本
Centos .9安装openssl 1.1版本
[root@python3_7 soft]# mkdir –p /soft
[root@Python3_7 soft]# cd /soft
[root@python3_7 soft]# wget https://www.openssl.org/source/openssl-1.1.0j.tar.gz
更新zlib
[root@python3_7 soft]# yum install -y zlib
[root@python3_7 soft]# tar zxvf openssl-1.1.0j.tar.gz
[root@python3_7 soft]# cd openssl-1.1.0j
[root@python3_7 openssl-1.1.0j]# ./config shared zlib
[root@python3_7 openssl-1.1.0j]# make
[root@python3_7 openssl-1.1.0j]# make install
[root@python3_7 openssl-1.1.0j]# mv /usr/bin/openssl /usr/bin/openssl.bak
[root@python3_7 openssl-1.1.0j]# mv /usr/include/openssl /usr/include/openssl.bak
[root@python3_7 openssl-1.1.0j]# ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
[root@python3_7 openssl-1.1.0j]# ln -s /usr/local/ssl/include/openssl /usr/include/openssl
在/etc/ld.so.conf文件中写入openssl库文件的搜索路径
[root@python3_7 openssl-1.1.0j]# echo "/usr/local/lib64" >> /etc/ld.so.conf
使修改后的/etc/ld.so.conf生效,
[root@python3_7 openssl-1.1.0j]# ldconfig -v
查看是否升级成功
[root@python3_7 openssl-1.1.0j]# openssl version
OpenSSL 1.1.0j 20 Nov 2018
--结束END--
本文标题: python3.7——openssl升级
本文链接: https://lsjlt.com/news/191324.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0