Actions
Bug #2421
closedlighttpd 1.4.31 is not compatible with lua 5.2.1
Status:
Duplicate
Priority:
Normal
Category:
mod_magnet
Target version:
-
ASK QUESTIONS IN Forums:
Description
The current lighttpd 1.4.31 uses several functions which are no longer present in lua 5.2.1:
- lua_getfenv and lua_setfenv from mod_magnet.c as documented in http://www.lua.org/manual/5.2/manual.html#8.1
- LUA_GLOBALSINDEX should be replaced with lua_getglobal(L, name) as described in http://lua-users.org/lists/lua-l/2010-05/msg00894.html
There may be other issues as I didn't verify the full functionality.
Files
Updated by stbuehler over 12 years ago
- Status changed from New to Wontfix
and that won't get fixed unless the changes are minimal and the result still works with lua 5.1, but i don't see that coming.
Updated by kukackajiri about 11 years ago
- File 06-fix_lua.patch 06-fix_lua.patch added
- Status changed from Wontfix to Reopened
There is a patch file that fixes lighttpd 1.4.33 for lua 5.2.1 attached, use it if you want.
Updated by gstrauss almost 9 years ago
I believe this will be fixed in the upcoming 1.4.40 release.
Updated by stbuehler almost 9 years ago
- Is duplicate of Bug #2674: Add Lua 5.2 support added
Updated by stbuehler almost 9 years ago
- Status changed from Reopened to Duplicate
Actions
Also available in: Atom