Michael A. Schoen wrote:
> With lighttpd-1.4.12, when I try to use mod_magnet, I
run into a LUA
> symbol issue and lighttpd dies. I've got LUA 5.0
installed. Any ideas?
> Below is output from an strace.
>
> writev(2, [{"lighttpd", 8}, {": ",
2}, {"relocation error", 16}, {": ",
> 2}, {"/usr/pkg/lighttpd-1.4.12/lib/mod"...,
42}, {": ", 2}, {"undefined
> symbol: luaL_newstate", 31}, {"", 0},
{"", 0}, {"n", 1}], 10) = 104
Yeah, the lua-version check is accepting lua-5.0 even if 5.1
is required.
Please upgrade to lua-5.1
Jan
|