标签:nbsp pcre util amp org 系统 添加 cal dev
[root@localhost ~]# yum install -y gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel perl-devel perl-ExtUtils-Embed gd-devel
[root@localhost ~]# mkdir -p /usr/local/src/nginx
[root@localhost ~]# cd /usr/local/src/nginx/
[root@localhost nginx]# wget http://nginx.org/download/nginx-1.16.1.tar.gz
[root@localhost nginx]# useradd -s /sbin/nologin -M nginx
[root@localhost nginx]# mkdir -p /var/tmp/nginx/client/
[root@localhost nginx]# tar zxvf nginx-1.16.1.tar.gz
[root@localhost nginx]# cd nginx-1.16.1
[root@localhost nginx-1.16.1]# ./configure --prefix=/usr/local/nginx
[root@localhost nginx-1.16.1]# make && make install
标签:nbsp pcre util amp org 系统 添加 cal dev
原文地址:https://www.cnblogs.com/insi2020/p/13832789.html