ubuntu error: SSL modules require the OpenSSL library.
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu error: SSL modules require the OpenSSL library.相关的知识,希望对你有一定的参考价值。
+ ngx_http_echo_module was configured
checking for PCRE library ... found
checking for PCRE JIT support ... not found
checking for OpenSSL library ... not found
./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=<path> option.
解决办法:
sudo apt-get install openssl libssl-dev
本文出自 “精忠报国” 博客,请务必保留此出处http://xinsir.blog.51cto.com/5038915/1744671
以上是关于ubuntu error: SSL modules require the OpenSSL library.的主要内容,如果未能解决你的问题,请参考以下文章
python安装提示No module named setuptools,wget提示ERROR 403: SSL is required
https 为 AWS EC2 Ubuntu 实例引发 ERR_SSL_PROTOCOL_ERROR
ubuntu下使用pip3.6安装模块总是报ssl module in Python is not available的错误
ubuntu下使用pip3.6安装模块总是报ssl module in Python is not available的错误
错误代码:nginx ubuntu 服务器上的 ssl_error_rx_record_too_long
Ubuntu 20.04 出现 SSL_connect: error:1425F102 .. unsupported protocol问题的解决