(轉)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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Nginx 安裝Nginx
- nginx安裝Nginx
- 安裝NginxNginx
- Nginx 安裝使用Nginx
- nginx-安裝Nginx
- nginx ubuntu 安裝NginxUbuntu
- Mac 安裝 NginxMacNginx
- yum安裝nginxNginx
- Unbuntu nginx 安裝Nginx
- docker安裝nginxDockerNginx
- Linux安裝NginxLinuxNginx
- linux 安裝 nginxLinuxNginx
- Ubuntu 下安裝 keepalived 和 Nginx負載均衡 轉發UbuntuNginx負載
- 【推薦 - 原始碼安裝】nginx - 安裝原始碼Nginx
- Linux上安裝Nginx依賴環境和庫、Nginx安裝,Nginx服務命令LinuxNginx
- Centos 7 安裝NginxCentOSNginx
- docker下安裝NginxDockerNginx
- CentOS 7 - 安裝NginxCentOSNginx
- Nginx安裝與代理Nginx
- Nginx安裝與配置Nginx
- 使用docker安裝nginxDockerNginx
- CentOS 上安裝 NginxCentOSNginx
- nginx原始碼安裝Nginx原始碼
- Nginx安裝與使用Nginx
- Ubuntu 16.04安裝NginxUbuntuNginx
- centos 7.6 安裝 nginxCentOSNginx
- linux下nginx安裝LinuxNginx
- Nginx 安裝與配置Nginx
- Nginx 原始碼安裝Nginx原始碼
- 【Linux】yum 安裝nginxLinuxNginx
- Linux下安裝nginxLinuxNginx
- Ingress-Nginx 安裝Nginx
- Nginx安裝nginx-rtmp-module模組Nginx
- 【微服務】docker安裝nginx微服務DockerNginx
- CentOS7 安裝NginxCentOSNginx
- CentOS7-安裝NginxCentOSNginx
- linux離線安裝nginxLinuxNginx
- Nginx的安裝配置使用Nginx
- linux系統安裝nginxLinuxNginx