HI guys,
environment:OS:CentOS 7.X,nginx lastest version:1.23.3
I download the lastest version openresty-1.21.4.1 and lua-nginx-module-0.10.23,run configure and make command,nginx cannot restart the service,the error log is:
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
If I downgrade the ngx_http_lua_module version to 0.10.21,It cannot match nginx version 1.23.3
Is openresty have newer version to match the lua-nginx-module-0.10.23?or have any workaround?