You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile Openresty for IBM Z/S390x but unable to start due the following issue :
nginx: [error] failed to run the Lua code for coroutine_api: 4397552097696: coroutine_api:2: attempt to call global 'require' (a nil value)
nginx: [alert] 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.lua:3: attempt to index global 'ngx' (a nil value)) in /usr/local/openresty/nginx/conf/nginx.conf:117
nginx: [error] failed to run the Lua code for coroutine_api: 4397719345576: coroutine_api:2: attempt to call global 'require' (a nil value)
nginx: [alert] 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.lua:3: attempt to index global 'ngx' (a nil value)) in /tmp/resty_LTmwPicPrs/conf/nginx.conf:50
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.5
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.5"
The text was updated successfully, but these errors were encountered:
Compile Openresty for IBM Z/S390x but unable to start due the following issue :
[root@s390x ~]# /usr/local/openresty/bin/resty -e 'print(require("resty.core").version)'
[root@s390x ~]# /usr/local/openresty/nginx/sbin/nginx -V
[root@s390x ~]# uname -a
[root@antinous ~]# cat /etc/os-release
The text was updated successfully, but these errors were encountered: