Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2024 17:27:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277145] www/nginx: Nginx 1.24.0 startup issue following lua-resty-core v0.1.28 upgrade
Message-ID:  <bug-277145-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277145

            Bug ID: 277145
           Summary: www/nginx: Nginx 1.24.0 startup issue following
                    lua-resty-core v0.1.28 upgrade
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: chris@cretaforce.gr
             Flags: maintainer-feedback?(joneum@FreeBSD.org)
          Assignee: joneum@FreeBSD.org

After updating the lua-resty-core library to version 0.1.28, I encountered a
critical startup issue with Nginx version 1.24.0. The error message indicat=
es a
failure to load the 'resty.core' module, as outlined below:

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/share/lua/5.1/resty/core/base.lua:24: ngx_http_lua_module 0.10.26
required) in /usr/local/etc/nginx/nginx.conf:1044

The error suggests that the current version of the ngx_http_lua_module
(v0.10.25) is incompatible with the latest lua-resty-core update, which
requires ngx_http_lua_module version 0.10.26.

To address this compatibility issue I recommend updating the Nginx port's
Makefile.extmod to use the compatible version of the ngx_http_lua_module.

Current Configuration Line:

openresty:lua-nginx-module:v0.10.25:lua

Suggested Change:

openresty:lua-nginx-module:v0.10.26:lua

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277145-7788>