openrestry编译安装
Posted bdhk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openrestry编译安装相关的知识,希望对你有一定的参考价值。
openrestry官网:http://www.openresty.org/
1.安装依赖包
yum install -y gcc gcc-c++ zlib-devel pcre-devel openssl-devel readline-devel
2.安装openrestry
#解压压缩包
tar -zxvf openresty-1.13.6.2.tar.gz
#编译软件 cd openresty-1.13.6.2 ./configure --prefix=/data/server/openresty-1.13.6.2 --user=www --group=www --with-http_ssl_module --with-http_flv_module --with-http_stub_status_module --with-http_gzip_static_module --with-pcre --with-http_realip_module
#安装软件
gmake && gmake install
#创建软链接
cd /data/server/openresty-1.13.6.2
ln -sf openresty-1.13.6.2 openresty
以上是关于openrestry编译安装的主要内容,如果未能解决你的问题,请参考以下文章
centos7 源码编译安装nginx教程 nginx安装脚本