完整问题复现如下:

./configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using --without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=<path> option.

解决方案:

apt-get install zlib1g-dev

./configure: error: the HTTP gzip module requires the zlib library.相关推荐

  1. 编译Nginx提示gzip module requires the zlib library

    编译Nginx提示gzip module requires the zlib library 新手在尝试安装nginx时,常常会因为缺少依赖组件,导致nginx相应模块无法安装,在执行"./ ...

  2. unbuntu nginx安装详解 /configure: error: the HTTP rewrite module requires the PCRE library

    1 介绍 官网:https://nginx.org/en/download.html windows版本就不多说了,原理一模一样,下面直接介绍linux 下载: wget https://nginx. ...

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

    报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 解决方法 安装PRCE 官网:https://ftp ...

  4. ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. 1.  ngnix 安装报错: 2. 解决: 安装pcre-devel解决问题,运行命令 yum - ...

  5. centos7 安装nginx报错./configure: error: the HTTP rewrite module requires the PCRE library

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

  6. 安装nginx报错:the HTTP gzip module requires the zlib library

    安装 zlib-devel yum install -y zlib-devel

  7. 安装Nginx时报错 the HTTP cache module requires md5 functions

    安装Nginx时报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel解决问题 y ...

  8. mac os x 10.11 php7,mac osx 10.11.2安装PHP7提示“configure: error: libcrypto not found!”

    刚升级到了最新的系统OS X 10.11.2,在安装PHP7时 ./configure --prefix=/usr/local/php7 --with-config-file-path=/usr/lo ...

  9. configure: error: Requested 'libcrypto = 1.1.0' but version of OpenSSL-libcrypto is 1.0.2g

    configure: error: Requested 'libcrypto >= 1.1.0' but version of OpenSSL-libcrypto is 1.0.2g 惨案: R ...

最新文章

  1. 2022-2028年中国再生金属行业投资分析及前景预测报告
  2. 预、自训练之争:谷歌说预训练虽火,但在标注数据上自训练更有效
  3. Intel Realsense D435 USB线长、光纤线长测试(使用普通USB3.0数据线最长不能超过4M,使用普通USB3.0数据线+USB3.0光纤数据线,不能超过1+5=6M)
  4. 传值类型_java中的“传值”与“传址”问题
  5. nginx mysql双机热备_MYSQL双机热备
  6. 使用 jQuery Mobile 与 HTML5 开发 Web App (十二) —— jQuery Mobile 页面事件与 deferred
  7. 卸载程序_App Cleaner Pro for Mac v6.10.1 程序卸载 直装版
  8. 万稞pw80线切割编程软件_模具设计编程培训哪些内容?
  9. 孩子学Java编程_7个最适合儿童学习编程的应用程序(上)
  10. STM32l151 使用滴答计时器精准延时1us,1ms
  11. oracle触发器调试日志,Oracle 11g 触发器调试记录Error: PLS-00201: identifier'SYS.DBMS_SYSTEM' must be declared...
  12. NLP-对话聊天机器人
  13. 三星优化器 适用于绝大部分安卓手机 超级好用!!
  14. GVM 提The SCAP database is required
  15. 链表之Reverselist
  16. 英语四六级考试忘记准考证?怎么办?
  17. 与太阳神对话——j2se之旅
  18. 2019年8月13日 星期二 本周计划
  19. 群晖docker签到京豆_解放你的时间,人人都可开启云签到生活!| 群晖篇
  20. thinkcmfx漏洞太大_thinkcmf漏洞集合

热门文章

  1. Hash Table Benchmarks
  2. Windows同时安装Python2和Python3
  3. iview table后端分页 多选 翻页选中回显
  4. React中 useState在合成事件中是异步的,怎么获取到useState 设置后的最新值,或者说setState中获取到最新值
  5. 安卓百度地图附近poi搜索以及到指定poi的换乘方案
  6. Spring boot验证码前后端验证
  7. Caffe2:添加CUDA路径
  8. CNN结构:Windows使用FasterRCNN-C++版本
  9. QT设计UI:QT模式对话框打开文件
  10. boost::function和boost:bind取代虚函数