XW512 opened a new issue, #9558: URL: https://github.com/apache/apisix/issues/9558
### Description When I was compiling version 3.3.0 with make deps, I noticed the following issues: apisix master-0 depends on lua-resty-mediador 0.1.2-1 (0.1.2-1 installed) apisix master-0 depends on lua-resty-ldap 0.2.2-0 (not installed) Installing https://luarocks.org/lua-resty-ldap-0.2.2-0.src.rock lua-resty-ldap 0.2.2-0 depends on lua_pack 2.0.0-0 (2.0.0-0 installed) lua-resty-ldap 0.2.2-0 depends on lpeg 1.0.2-1 (1.0.2-1 installed) Warning: unmatched variable LUA_LIBDIR make[1]: Entering directory `/tmp/luarocks_lua-resty-ldap-0.2.2-0-8tRJqa/lua-resty-ldap' --- Build CFLAGS: -O2 -fPIC LIBFLAG: -shared LUA_LIBDIR: LUA_BINDIR: /usr/local/bin LUA_INCDIR: /usr/local/include --- Check Rust toolchain The cargo is not installed This rock contains the Rust code: make sure you have a Rust development environment installed and try again make[1]: *** [all] Error 1 make[1]: Leaving directory `/tmp/luarocks_lua-resty-ldap-0.2.2-0-8tRJqa/lua-resty-ldap' Error: Failed installing dependency: https://luarocks.org/lua-resty-ldap-0.2.2-0.src.rock - Build error: Failed building. make: *** [deps] Error 1 Does the current version 3.3.0 need to rely on the rust environment to compile ### Environment - APISIX version (run `apisix version`): 3.3.0 - Operating system (run `uname -a`): centos7 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.19.9.1 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.4.13 - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): 3.8.0 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
