nginx离线安装附安装包附安装日志

时间:2022-09-12 04:41:18
【文件属性】:

文件名称:nginx离线安装附安装包附安装日志

文件大小:2.63MB

文件格式:ZIP

更新时间:2022-09-12 04:41:18

nginx gcc gcc+

1、安装gcc-c++、gcc         对于gcc、gcc-c++,参照前面一篇文章《Red Hat 6.3安装gcc gc++》的步骤,安装gcc gc++需要相应的rpm依赖包,这里就不再详细说明了。具体见 该网址 https://download.csdn.net/download/yax313/11594609 2、安装pcre库 rpm -ivh pcre-7.8-7.el6.x86_64.rpm 3、安装zlib库 rpm -ivh zlib-1.2.3-29.el6.x86_64.rpm 4、安装openssl rpm -ivh openssl-1.0.1e-57.el6.x86_64.rpm --force --nodeps 5、安装nginx rpm -ivh nginx-1.12.2-1.el6.ngx.x86_64.rpm --force --nodeps 测试是否安装成功 [root@localhost nginx]# /usr/sbin/nginx -t -c /etc/nginx/nginx.conf nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful OK,测试通过,启动nginx


【文件预览】:
nginx
----openssl-1.0.1e-57.el6.x86_64.rpm(1.53MB)
----安装输出.txt(4KB)
----nginx-1.12.2-1.el6.ngx.x86_64.rpm(916KB)
----zlib-1.2.3-29.el6.x86_64.rpm(73KB)
----pcre-7.8-7.el6.x86_64.rpm(196KB)

网友评论