You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/04 05:17:26 UTC

[GitHub] [apisix] szqm123 commented on issue #3859: request help: 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

szqm123 commented on issue #3859:
URL: https://github.com/apache/apisix/issues/3859#issuecomment-812973887


   1、重新编译luarocks,安装luarocks时选择luajit作为lua编译器,不要使用lua5.3或者5.4。
   进入luarocks目录:
   ./configure  --with-lua=/usr/local/openresty/luajit  --lua-suffix=jit  --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1
   make&make install
   2、进入apisix目录
   make deps
   


-- 
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:
users@infra.apache.org