サーバーでLua 5.3を実行し、luarocksを介してLuasocket 3.0rc1-2をインストールしました。
LuaJIT (2.1) を使用して nginx (1.8.0) で luasocket を必要とするスクリプトを実行すると、次のエラー メッセージが表示されます。
lua entry thread aborted: runtime error: error loading module 'socket.core' from file '/usr/local/lib/lua/5.3/socket/core.so':
/usr/local/lib/lua/5.3/socket/core.so: undefined symbol: luaL_setfuncs
luasocket github ページで、Out of the box support for Lua 5.3.
このエラーを修正するにはどうすればよいですか?