[openresty] nginx 설치lua
우 분투 설치
설치 의존 패키지
$ 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 서명 - 비상 업적 사용 - 동일 방식 공유 프로 토 콜
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
간단! Certbot을 사용하여 웹 사이트를 SSL(HTTPS)화하는 방법초보자가 인프라 주위를 정돈하는 것은 매우 어렵습니다. 이번은 사이트를 간단하게 SSL화(HTTP에서 HTTPS통신)로 변경하는 방법을 소개합니다! 이번에는 소프트웨어 시스템 Nginx CentOS7 의 환경에서 S...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.