openssl-1.1.0h 下载 https://pan.baidu.com/s/1qA6uxCXwZgEnDMzF-EePNQ
yum -y install gcc gcc-c++ pcre-devel openssl openssl-devel
./configure --prefix=/data/soft/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-http_concat_module --with-http_v2_module --with-openssl=/data/soft/openssl-1.1.0h
make && make install
完成
Nginx与OpenSSL安装配置
本文介绍如何从百度网盘下载OpenSSL 1.1.0h版本,并使用YUM安装GCC、PCRE-devel等依赖包。通过指定配置参数,如HTTP模块和OpenSSL路径,完成Nginx的配置。最后,通过make命令进行编译和安装。
4011

被折叠的 条评论
为什么被折叠?



