lua-resty-dns-client requires Lua version >=5.1 and <5.4. So it will not work with Lua 5.4. The recommended version with Apisix is Lua 5.1.
Thanks, Ashish On 2023/06/22 11:01:47 Slava wrote: > Hello Everyone, > I am trying generate rpm and have some questions > > 1. What most recent version of lua need to use ? > 2. I checked Makefile and seems that not possible specify lua version to > build dependencies. > > > apisix master-0 depends on api7-lua-resty-dns-client 7.0.1 (not installed) > Warning: Failed searching manifest: Failed downloading > https://luarocks.org/manifest-5.4 - host or service not provided, or not known > > Error: Could not satisfy dependency api7-lua-resty-dns-client 7.0.1: No > results matching query were found for Lua 5.4. > make: *** [Makefile:155: deps] Error 1 > > > > Any help thank you > Volga629