[GitHub] [apisix] anyforever 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:

2021-04-06 Thread GitBox


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


   没想到apisix这么难装。。一堆依赖,各种报错。。上面的问题解决了,又出现新的。解决了一个又一个,解决了好几个了,懒得搞了,放弃了。
   `
   Error: Failed installing dependency: 
https://luarocks.org/luasec-0.9-1.src.rock - Could not find header file for 
OPENSSL
 No file openssl/ssl.h in /usr/local/openresty/openssl111/include
   You may have to install OPENSSL in your system and/or pass OPENSSL_DIR or 
OPENSSL_INCDIR to the luarocks command.
   Example: luarocks install luasec OPENSSL_DIR=/usr/local
   make: *** [Makefile:79: deps] Error 1
   `


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




[GitHub] [apisix] anyforever 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:

2021-03-19 Thread GitBox


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