下面主要记录在执行 ./configure 中所遇到的错误。
第一个问题:
./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 apt-get install libpcre3 libpcre3-dev
第二个问题:
继续报错
./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