ngx_http_dyups_module
ngx_http_dyups_module copied to clipboard
compilation error of tengine 2.2.2
./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
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