On Sa, 12 Okt 2019, Roland Rosenfeld wrote: > Looking at the salsa git repository of nignx, the following commit > seems to trigger the problem: > > https://salsa.debian.org/nginx-team/nginx/commit/132704ab76aa72ce29d00e4acd50d3218693558b#f072d72ac821d4e63439739975074c7c5aed9bf7 > > commit 132704ab76aa72ce29d00e4acd50d3218693558b > Author: Christos Trochalakis <ctrochala...@debian.org> > Date: Mon Sep 9 17:32:06 2019 +0300 > > http-lua: Upgrade to 0.10.15 > > [...] > --- a/debian/modules/http-lua/src/ngx_http_lua_common.h > +++ b/debian/modules/http-lua/src/ngx_http_lua_common.h > @@ -17,7 +17,7 @@ > #include <setjmp.h> > #include <stdint.h> > > -#include <lua.h> > +#include <luajit.h> > #include <lualib.h> > #include <lauxlib.h> > [...]
And here is the upstream commit for this: https://github.com/openresty/lua-nginx-module/commit/7286812116940216344ade33722c49ae47037605 Greetings Roland