- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2023-4-19 17:46:27
|
显示全部楼层
/root/lnmp1.9/src/lua-nginx-module-0.10.14/src/ngx_http_lua_headers_in.c
In file included from /usr/include/dlfcn.h:25:0,
from src/os/unix/ngx_linux_config.h:58,
from src/core/ngx_config.h:26,
from /root/lnmp1.9/src/lua-nginx-module-0.10.14/src/ddebug.h:11,
from /root/lnmp1.9/src/lua-nginx-module-0.10.14/src/ngx_http_lua_headers_in.c:10:
/root/lnmp1.9/src/lua-nginx-module-0.10.14/src/ngx_http_lua_headers_in.c:162:18: error: ‘ngx_http_headers_in_t’ has no member named ‘cookies’
offsetof(ngx_http_headers_in_t, cookies),
^
make[1]: *** [objs/addon/src/ngx_http_lua_headers_in.o] Error 1
nginx 1.23.0 开始API发生变化导致的 http://nginx.org/en/CHANGES
*) Change in internal API: now header lines are represented as linked
lists.
启用lua模块升级nginx到1.23.0及更高版本的话目前只能使用lnmp 2.0进行升级 |
|