https://bz.apache.org/bugzilla/show_bug.cgi?id=60831

            Bug ID: 60831
           Summary: Lua 5.3 isn't supported on Debian-like systems
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_lua
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

If liblua5.3 hasn't been compiled with the compatibility APIs enabled (this is
true on Ubuntu 16.04 at least, and probably in Debian Jessie as well), mod_lua
can't be compiled against it. For example, luaL_register() isn't a thing
anymore.

The older deprecated APIs need to be replaced with their new versions, ideally
wrapped in a LUA_HAS_XXX #define so we continue to support older Lua builds.
See also bug 58188.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to