anyforever commented on issue #3859: URL: https://github.com/apache/apisix/issues/3859#issuecomment-803224899
我也出现这个问题,Centos 8下编译。 开始装的lua 5.4,提示不行,退回了5.3,然后 $ cd apisix $ make deps 时,出现此报错 ` Error: Could not satisfy dependency lua-resty-hmac-ffi 0.05: No results matching query were found for Lua 5.3. make: *** [Makefile:67: deps] Error 1 ` 我直接安装这个依赖,也是如此 [root@Centos apisix-2.4]# luarocks install lua-resty-hmac-ffi Error: No results matching query were found for Lua 5.3. To check if it is available for other Lua versions, use --check-lua-versions. 搜到了依赖项的页面,标的是lua 5.1 http://luarocks.org/modules/jkeys089/lua-resty-hmac-ffi -- 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]
