0℃
2022年07月10日
⁄ CentOS
⁄ 被围观 11,900次+
操作系统:CentOS 7.x
为什么要升级OpenSSL版本?
CentOS 7.x 默认安装的OpenSSL是1.0.2k(CentOS 7.9)
[root@mysql-master ~]# openssl version
OpenSSL 1.0.2k-fips 26 Jan 2017
whereis openssl #查找opensll
[root@mysql-master ~]# whereis openssl
openssl: /usr/bin/openssl /usr/lib64/openssl /usr/share/man/man1/openssl.1ssl.gz
在编译安装php7.4及其以上版本的时候,需要高版本的OpenSSL;还有一些php开源框架例如ThinkPHP等程序需要高版本的OpenSSL;MySQL 8.x版本安装部署也需要高版本的OpenSSL...
CentOS, openssl阅读全文