centos6.5编译安装nginx[整理二]

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.5编译安装nginx[整理二]相关的知识,希望对你有一定的参考价值。

 
下载地址:
http://nginx.org/en/linux_packages.html#stable

http://nginx.org/download/nginx-1.4.7.tar.gz

#依赖pcre 库:
yum -y install pcre pcre-devel

#依赖zlib库:
yum -y install zlib zlib-devel openssl openssl-devel


 

 



以上是关于centos6.5编译安装nginx[整理二]的主要内容,如果未能解决你的问题,请参考以下文章

centos6.5编译安装nginx

CentOS6.5编译安装Nginx

基于CentOS6.5环境之下的LNMP之编译安装Nginx1.8.0 stable(稳定版)

centos6.5 安装nginx

Centos6.5源码编译安装nginx

centos6.5编译安装php[整理一]