spacewander commented on issue #3281: URL: https://github.com/apache/apisix/issues/3281#issuecomment-760100054
@fukiki I think you made a mistake. As you mention in https://github.com/apache/apisix/pull/3282#discussion_r557087052, `macosx Lua 5.3.5 Luarocks 3.4.0`, it is not because the Lua is too old, it is because you compiled it with high Lua version but run it with low Lua version. @starsz Changed the code won't solve the problem if luasocket is built with Lua 5.3. A better solution is to install luarocks with LuaJIT, and only allow running with LuaJIT. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
