tengine v2.2.2 make时报错

ebdffaop  于 3个月前  发布在  其他
关注(0)|答案(2)|浏览(76)

./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.

u0njafvf

u0njafvf2#

Hi @ruidanwang

You did not compile tengine with ngx_http_lua_module. Use following configure command:

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

相关问题