/configure error SSL modules require the OpenSSL library

Posted skiwndhed

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/configure error SSL modules require the OpenSSL library相关的知识,希望对你有一定的参考价值。

CentOS 6.5 下 安装 Tengine 执行配置命令

./configure 

时提示以下错误:

./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.

解决方法:

执行以下命令:

 

yum -y install openssl openssl-devel
执行成功之后再执行

 

./configure

 

Configuration summary
  + using system PCRE library
  + using system OpenSSL library
  + md5: using OpenSSL library
  + sha1: using OpenSSL library
  + using system zlib library
  + jemalloc library is disabled

  nginx path prefix: "/usr/local/nginx"
  nginx binary file: "/usr/local/nginx/sbin/nginx"
  nginx configuration prefix: "/usr/local/nginx/conf"
  nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
  nginx pid file: "/usr/local/nginx/logs/nginx.pid"
  nginx error log file: "/usr/local/nginx/logs/error.log"
  nginx http access log file: "/usr/local/nginx/logs/access.log"
  nginx http client request body temporary files: "client_body_temp"
  nginx dso module path: "/usr/local/nginx/modules/"
  nginx http proxy temporary files: "proxy_temp"
  nginx http fastcgi temporary files: "fastcgi_temp"
  nginx http uwsgi temporary files: "uwsgi_temp"
  nginx http scgi temporary files: "scgi_temp"

看到最后这样的输出,就是配置成功了。

相关文章:

CentOS 6.5 下 Tengine 安装记录

CentOS6.5下Nginx1.7.4安装记录

 

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow





以上是关于/configure error SSL modules require the OpenSSL library的主要内容,如果未能解决你的问题,请参考以下文章

nginx 编译某个模板的问题./configure: error: SSL modules require the OpenSSL library. You can either do not en

nginx ssl

ubuntu error: SSL modules require the OpenSSL library.

nginx:[emerg]unknown directive "ssl"

CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

linux安装svn时出现configure: error: could not find library containing RSA_new