• 问题描述

    如图所示,configure配置prefix出现错误:

    (20200305已解决)Nginx配置错误./configure: error: the HTTP gzip module requires the zlib library

  • 解决方案

    yum install -y zlib-devel

    再配置./configure --prefix=/home/nginx

    成功:

    (20200305已解决)Nginx配置错误./configure: error: the HTTP gzip module requires the zlib library

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2021-10-07
  • 2021-06-18
  • 2021-10-11
  • 2021-10-15
猜你喜欢
  • 2021-07-19
  • 2021-06-09
  • 2022-03-04
  • 2021-08-07
  • 2021-06-22
  • 2021-06-07
相关资源
相似解决方案