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
Checked that there is not already provided the described functionality
Description
Nginx make step fails with an error because of lua-nginx-module.
For v0.10.13 the error is: error: cast between incompatible function types from 'size_t ()(ngx_http_lua_script_engine_t )' {aka 'long unsigned int ()(struct )'} to 'void ()(ngx_http_lua_script_engine_t )' {aka 'void ()(struct )'} [-Werror=cast-function-type]
For v0.10.15 the error is: fatal error: luajit.h: No such file or directory
Steps to Reproduce
Use a debian 10 environment to install nginx
Enable metrics using nginx_prometheus_metrics_enabled: true
Prerequisites
Description
Nginx make step fails with an error because of lua-nginx-module.
For v0.10.13 the error is:
error: cast between incompatible function types from 'size_t ()(ngx_http_lua_script_engine_t )' {aka 'long unsigned int ()(struct )'} to 'void ()(ngx_http_lua_script_engine_t )' {aka 'void ()(struct )'} [-Werror=cast-function-type]
For v0.10.15 the error is:
fatal error: luajit.h: No such file or directory
Steps to Reproduce
nginx_external_modules:
version: '0.10.13'
url: https://github.com/openresty/lua-nginx-module/archive/v0.10.13.tar.gz
Versions
2.2.0
The text was updated successfully, but these errors were encountered: