Ubuntu中安装nginxError
問題1:出現(xiàn)如下錯(cuò)誤:
./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=option.
解決方案:
輸入指令:
sudo apt-get update
sudo apt-get install libpcre3 libpcre3-dev
問題2:出現(xiàn)如下錯(cuò)誤:
./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 library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=option.
解決方案:
輸入指令
sudo apt-get install zlib1g-dev
總結(jié)
以上是生活随笔為你收集整理的Ubuntu中安装nginxError的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Delphi 10.3 Rio实现FMX
- 下一篇: Ubuntu中安装、生成、导入、导出、P