./configure --with-http_dyups_module --with-http_dyups_lua_api
后 make报错 :
src/http/modules/ngx_http_dyups_module.c
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
#include <ngx_http_lua_api.h>
^
compilation terminated.
2条答案
按热度按时间2w2cym1i1#
Let me check it.
u0njafvf2#
Hi @ruidanwang
You did not compile tengine with ngx_http_lua_module. Use following configure command: