The issue is that they are requiring 0.10.2.
I can install 11.3 and start it just fine on Ubuntu 19.10, but I cannot seem to get the .deb files for 0.10.2 to install. They have missing dependencies.
Also, I've tried to build from src but hit this:
Code: Select all
In file included from libraries/luasocket/libluasocket/timeout.c:12:
libraries/luasocket/libluasocket/auxiliar.h:38:61: error: unknown type name ‘luaL_reg’; did you mean ‘luaL_Reg’?
38 | void auxiliar_newclass(lua_State *L, const char *classname, luaL_reg *func);
| ^~~~~~~~
| luaL_Reg
Is this possibly needing a specific version of Lua to build with/against? If so, any ideas what version 0.10.2 required?