西数超哥博客
运维经验教程分享

Nginx编译报错./configure: error: SSL modules require the OpenSSL library. 解决办法

./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl= option

原因是编译支持https但缺少OpenSSL库文件。
解决办法:

yum install openssl openssl-devel   -y 

重新编译,问题解决。

转载请注明:西数超哥博客www.ysidc.top» Nginx编译报错./configure: error: SSL modules require the OpenSSL library. 解决办法

https://www.ysidc.top 西数超哥博客,数据库,西数超哥,虚拟主机,域名注册,域名,云服务器,云主机,云建站,ysidc.top

赞(0)
声明:本站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,若涉及侵权请及时告知,将会在第一时间删除。本站原创内容未经允许不得转载:西数超哥博客 » Nginx编译报错./configure: error: SSL modules require the OpenSSL library. 解决办法