IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    [原]./configure: error: SSL modules require the OpenSSL library.

    testcs_dn发表于 2016-05-20 15:28:14
    love 0
    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安装记录




沪ICP备19023445号-2号
友情链接