zoukankan      html  css  js  c++  java
  • error: the HTTP cache module requires md5 functions from OpenSSL library

    安装Nginx时报错

    ./configure: error: the HTTP rewrite module requires the PCRE library.

    安装pcre-devel解决问题
    yum -y install pcre-devel

    错误提示:./configure: error: the HTTP cache module requires md5 functions
    from OpenSSL library.   You can either disable the module by using
    –without-http-cache option, or install the OpenSSL library into the system,
    or build the OpenSSL library statically from the source with nginx by using
    –with-http_ssl_module --with-openssl= options.

    解决办法:

    yum -y install openssl openssl-devel

    总结:

    yum -y install pcre-devel openssl openssl-devel

    ./configure --prefix=/usr/local/nginx

    make

    make install

    一切搞定

    作者:hfsu0419
    来源:CSDN
    原文:https://blog.csdn.net/hfsu0419/article/details/7190152
    版权声明:本文为博主原创文章,转载请附上博文链接!

    世界上所有的不公平都是由于当事人能力不足造成的.
  • 相关阅读:
    软件测试课堂练习1
    安卓增删改查
    安卓数据库表
    安卓注册登录
    安卓购物清单
    安卓计算器
    第四周安卓作业
    第七周作业
    jsp第六周
    第四次jsp作业
  • 原文地址:https://www.cnblogs.com/javayida/p/13347053.html
Copyright © 2011-2022 走看看