环境是:CentOS 7.X的系统,nginx版本是最新的1.23.3
我下载了最新的openresty-1.21.4.1 和 lua-nginx-module-0.10.23,编译安装后,nginx无法启动,报错内容是:
2023/02/23 09:52:15 [alert] 10148#10148: failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: /usr/local/openresty/lualib/resty/core/base.lua:24: ngx_http_lua_module 0.10.21 required) in /usr/local/nginx/conf/nginx.conf:51
如果我将ngx_http_lua_module降低到0.10.21,又无法和nginx 1.23.3版本匹配
openresty是否有更新的版本可以支持lua-nginx-module-0.10.23?或者是否有workaround方案?