(轉)Nginx安裝
./configure --prefix=/usr/local/nginx
安裝Nginx時報錯
./configure: error: the HTTP rewrite module requires the PCRE library.
安裝pcre-devel解決問題
yum -y install pcre-devel
錯誤提示:./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=
解決辦法:
yum -y install openssl openssl-devel
總結:
yum -y install pcre-devel openssl openssl-devel
./configure --prefix=/usr/local/nginx
make
make install
http://hi.baidu.com/jcy168/blog/item/f4ef92b73104c0ff30add144.html
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/124805/viewspace-1055678/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Windows下安裝nginx教程(轉)WindowsNginx
- 【Nginx】Ubuntu 安裝 NginxNginxUbuntu
- [Nginx] Ubuntu 安裝 NginxNginxUbuntu
- Nginx 安裝Nginx
- 安裝nginxNginx
- nginx安裝Nginx
- Mac 安裝 NginxMacNginx
- Nginx 安裝使用Nginx
- yum安裝nginxNginx
- mac安裝nginxMacNginx
- [LNMP]安裝NginxLNMPNginx
- nginx-安裝Nginx
- nginx ubuntu 安裝NginxUbuntu
- Docker安裝NginxDockerNginx
- Unbuntu nginx 安裝Nginx
- zabbix安裝—–nginx安裝和配置Nginx
- 【推薦 - 原始碼安裝】nginx - 安裝原始碼Nginx
- Nginx安裝nginx-rtmp-module模組Nginx
- nginx原始碼安裝Nginx原始碼
- Nginx安裝與使用Nginx
- 使用docker安裝nginxDockerNginx
- Nginx安裝與代理Nginx
- CentOS 上安裝 NginxCentOSNginx
- docker下安裝NginxDockerNginx
- CentOS 7 - 安裝NginxCentOSNginx
- Centos 7 安裝NginxCentOSNginx
- Nginx安裝與配置Nginx
- 編譯安裝Nginx編譯Nginx
- nginx安裝及配置Nginx
- Nginx 原始碼安裝Nginx原始碼
- nginx 安裝和使用Nginx
- centos下安裝nginxCentOSNginx
- nginx安裝echo模組Nginx
- nginx編譯安裝Nginx編譯
- 1.Nginx安裝Nginx
- nginx安裝報錯Nginx
- 原始碼安裝Nginx原始碼Nginx
- Nginx基本安裝配置Nginx