原文:ngingx安裝錯誤 ./configure: error: the HTTP rewrite module requires the PCRE library.

有時候,我們需要單獨安裝nginx,來處理大量的下載請求。單獨在Centos 安裝nginx遇到的rewrite和HTTP cache錯誤解決辦法: wgethttp: nginx.org download nginx . . .tar.gztar zxvfnginx . . .tar.gzcdnginx . . . configure prefix usr local nginx 安裝Nginx ...

2014-06-08 23:29 1 27888 推薦指數:

查看詳情

安裝nginx出錯the HTTP rewrite module requires the PCRE library

問題描述 報錯信息如下所示: 原因 缺少pcrepcre-devel 解決 首先安裝pcrepcre-devel,rpm安裝的時候注意依賴關系。 如果在安裝以后還出現報錯的情況,則使用命令指定pcre的源碼路徑進行安裝。 --prefix:選擇nginx要安裝的目錄 ...

Sat Jun 12 00:00:00 CST 2021 0 8862
編譯安裝nginx卻requires the PCRE library

編譯安裝nginx需要pcre包,未安裝會有如下提示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using ...

Sat Jun 10 02:20:00 CST 2017 0 20115
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM