ngx_http_dyups_module icon indicating copy to clipboard operation
ngx_http_dyups_module copied to clipboard

compilation error of tengine 2.2.2

Open ruidanwang opened this issue 7 years ago • 1 comments

./configure --with-http_dyups_module --with-http_dyups_lua_api

In file included from src/http/modules/ngx_http_dyups_module.c:9:0: src/http/modules/ngx_http_dyups_lua.h:11:30: fatal error: ngx_http_lua_api.h: No such file or directory

ruidanwang avatar May 31 '18 06:05 ruidanwang

also need lua-nginx-module:

export LUAJIT_LIB=/path/to/openresty_luajit/output/lib
export LUAJIT_INC=/path/to/openresty_luajit/output/include/luajit-2.1

./configure   \
    --with-http_lua_module \
    --with-http_upstream_check_module \
    --with-http_dyups_module \
    --with-http_dyups_lua_api 

chobits avatar May 06 '19 11:05 chobits