linux安裝nginx make&make install報錯:make: *** No rule to make target `build‘, needed by `default‘. Sto


linux安裝./configure --prefix=/usr/local/nginx報錯:
報錯1:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre= option.

查看網上解決方法:
安裝pcre-devel解決問題
yum -y install pcre-devel

報錯2:
./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.

等等可能是因為缺少庫導致的,所以我們需要安裝前置庫:
yum install -y gcc pcre pcre-devel openssl openssl-devel gd gd-devel

然后再次重新編譯安裝nginx.


免責聲明!

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



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