安裝nginx報錯configure: error:the HTTP gzip module requires the zlib library.


 

若在“./configure”后方加入了“–with-http_gzip_static_module”(添加gzip壓縮模塊)提示以下錯誤

 

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

 

則需要安裝“zlib-devel”即可。SSH執行以下命令

yum install -y zlib-devel

然后再進行編譯,問題即可解決

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM