suse 安装nginx
Posted 西瓜的夏天
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了suse 安装nginx相关的知识,希望对你有一定的参考价值。
nginx 需要的依赖包
gcc gcc-c++ make libtool zlib zlib-devel openssl openssl-devel pcre pcre-devel
如果上述包都没有安装,需先安装。如你的服务器是阿里云服务器的话,直接执行zypper install 包名 ,挨个安装。
否则就wget 到服务器之后,自己安装。
进入正题
安装nginx
1,下载nginx
2, 解压
tar -zxvf nginx-1.12.0.tar.gz
2,配置 --with-pcre 指定在编译中使用的动态库 --prefix 安装位置
./configure --prefix=/usr/local/nginx --prefix=/usr/local/nginx --with-pcre --with-http_stub_status_module --with-http_ssl_module
3,编译,安装
make
make install
4.测试是否安装成功
切换到/usr/local/nginx目录,执行 ./nginx -t,提示如下信息,说明安装成功
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
以上是关于suse 安装nginx的主要内容,如果未能解决你的问题,请参考以下文章
SuSE 12 linux 开发环境搭建 之 nginx安装与自启设置
SUSE Linux Enterprise Server 12 A key deployment Install Nginx
SUSE Linux Enterprise Server 12 A key deployment Install Nginx