下载安装nginx所需要的rpm包
https://files.cnblogs.com/files/blogs/678357/nginx%E9%9C%80%E8%A6%81%E7%9A%84rpm%E5%8C%85.zip
下载需要的软件
https://files.cnblogs.com/files/blogs/678357/pcre-8.35.tar.gz
https://files.cnblogs.com/files/blogs/678357/openssl-1.1.1d.tar.gz
1、tar.gz包解压缩放在所需目录下。
2、安装rpm包。
3、在安装包后面加两个参数--nodeps --force。其作用为不再分析包之间的依赖关系而直接安装.
安装命令:
rpm -ivh 包名.rpm --nodeps --force
4、初始化nginx:
./configure --prefix=/home/eqics/software/nginx-http --with-http_stub_status_module --with-http_ssl_module --with-pcre=/home/eqics/pcre-8.35 --with-openssl=/home/eqics/openssl-1.1.1d