Chinaunix首页 | 论坛 | 博客
  • 博客访问: 337515
  • 博文数量: 54
  • 博客积分: 497
  • 博客等级: 下士
  • 技术积分: 612
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-16 20:05
个人简介

行动…Don\'t ever let somebody tell you, you can\'t do something. you got a dream, you gotta protect it. people can\'t do something themselves they wanna tell you you can\'t do it.if you want something. go get it.

文章分类

全部博文(54)

文章存档

2021年(3)

2018年(1)

2017年(18)

2016年(7)

2015年(4)

2013年(1)

2011年(20)

我的朋友

分类: 系统运维

2017-12-01 11:48:40

yum install readline-devel pcre-devel openssl-devel gcc

yum install dnsmasq 




wget

放到 /opt 目录下

tar -zxvf openresty-1.11.2.3.tar.gz


cd openresty-1.11.2.3

./configure --prefix=/opt/openresty \

            --with-luajit \

            --without-http_redis2_module \

            --with-http_iconv_module \

            --with-http_stub_status_module \

           --with-http_realip_module


gmake

gmake install

unzip lua-resty-kafka-master.zip -d /opt/lrkm

mkdir /opt/openresty/lualib/kafka  

cp -rf /opt/lrkm/lua-resty-kafka-master/lib/resty /opt/openresty/lualib/kafka/
阅读(1224) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~