[openresty] nginx 설치lua

이 방식 은 openresty 를 직접 설치 하 는 것 이지 nginx 를 재 컴 파일 하 는 것 이 아 닙 니 다.
우 분투 설치
설치 의존 패키지
$ sudo apt-get install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make

소프트 연결
$ sudo ln -s  /usr/lib/x86_64-linux-gnu/liblua5.1.so /usr/lib/liblua.so

설치 패키지 다운로드
$ http --download http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz
$tar -zxvf ...

컴 파일 설치
$ ./configure --prefix=/usr/local/openresty  --with-pcre-jit --with-ipv6  --without-http_redis2_module  --with-http_iconv_module  -j2
$ sudo make
$ sudo make install

설치 가 완료 되면 / usr / local / openresty / nginx / conf / nginx. conf 에서 nginx lua 프로그램 을 쓸 수 있 습 니 다.
centos 의 설치
# yum install readline-devel pcre-devel openssl-devel
# wget http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz
# tar zxvf ngx_openresty-1.7.10.1.tar.gz
# cd ngx_openresty-1.7.10.1
# ./configure --with-luajit
# gmake
# gmake install 

중간 보고
/root/softwares/ngx_openresty-1.7.10.1/build/nginx-1.7.10/../ngx_lua-0.9.15/src/ngx_http_lua_regex.c:1948: undefined reference to `pcre_free_study' objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_destroy_regex':
/root/softwares/ngx_openresty-1.7.10.1/build/nginx-1.7.10/../ngx_lua-0.9.15/src/ngx_http_lua_regex.c:2335: undefined reference to `pcre_free_study' 

참고:http://www.cnblogs.com/shuaixf/archive/2012/11/16/2773357.html
참고:https://github.com/openresty/lua-nginx-module#installation 타 오 형 코드 도 참고 할 수 있어 요.http://jinnianshilongnian.iteye.com/blog/2190344
성명: 본 고 는 "orangliu 노트북" 블 로그 에서 나 온 것 입 니 다. 이 출처 를 꼭 보관 해 주 십시오.http://blog.csdn.net/orangleliu/article/details/44804991 저자 orangeliu 서명 - 비상 업적 사용 - 동일 방식 공유 프로 토 콜

좋은 웹페이지 즐겨찾기