網(wǎng)站首頁 編程語言 正文
./configure: error: the HTTP rewrite module requires the PCRE library
作者:魯尼的小寶貝 更新時間: 2022-03-15 編程語言./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=<path> option.
安裝pcre-devel解決問題
yum -y install pcre-devel
還有可能出現(xiàn):
錯誤提示:./configure: error: the HTTP cache module requires md5 functions
from OpenSSL library.?? You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with nginx by using
--with-http_ssl_module --with-openssl=<path> options.
解決辦法:
yum -y install openssl openssl-devel
?
?
然后安裝?
./configure --prefix=/usr/local/nginx
?
make?
make install?
原文鏈接:https://blog.csdn.net/poem_2010/article/details/94739086
相關推薦
- 2023-03-27 詳解如何在React中優(yōu)雅的使用addEventListener_React
- 2022-12-24 React重新渲染超詳細講解_React
- 2022-02-20 Linux下安裝jdk包含卸載OpenJDK介紹_Linux
- 2022-12-12 Android?WindowManager深層理解view繪制實現(xiàn)流程_Android
- 2022-11-16 C語言數(shù)據(jù)結構之雙鏈表&循環(huán)鏈表&靜態(tài)鏈表詳解_C 語言
- 2022-11-14 python中的運算符
- 2022-06-22 Android開發(fā)保存QQ密碼功能_Android
- 2021-12-02 Golang共享變量如何解決問題_Golang
- 最近更新
-
- window11 系統(tǒng)安裝 yarn
- 超詳細win安裝深度學習環(huán)境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區(qū)別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優(yōu)雅實現(xiàn)加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發(fā)現(xiàn)-Nac
- Spring Security之基于HttpR
- Redis 底層數(shù)據(jù)結構-簡單動態(tài)字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發(fā)送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支