./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.
sudo aptitude install libpcre3-dev
./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option
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.
sudo aptitude install libpcre3-dev
./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option
sudo aptitude install libssl-dev
转载自http://blog.163.com/dingding_jacky/blog/static/1669127872010101904621142/
本文介绍了解决Nginx配置过程中遇到的HTTP重写模块及SSL模块依赖缺失的问题,提供了安装所需库的具体命令。
1153

被折叠的 条评论
为什么被折叠?



