日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網(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

欄目分類
最近更新