Firstsawyou commented on issue #3886: URL: https://github.com/apache/apisix/issues/3886#issuecomment-804673421
> But when I execute make deps, I don't quite understand what is wrong with the prompt message given. > > ``` > [root@TEST3 /0322/23/apisix] -> make deps > mkdir -p ~/.luarocks > luarocks config variables.OPENSSL_LIBDIR /usr/local/openresty/openssl111/lib > Wrote > variables.OPENSSL_LIBDIR = "/usr/local/openresty/openssl111/lib" > to > /root/.luarocks/config-5.1.lua > luarocks config variables.OPENSSL_INCDIR /usr/local/openresty/openssl111/include > Wrote > variables.OPENSSL_INCDIR = "/usr/local/openresty/openssl111/include" > to > /root/.luarocks/config-5.1.lua > luarocks install rockspec/apisix-master-0.rockspec --tree=deps --only-deps --local > > apisix master-0 depends on lua-resty-ctxdump 0.1-0 (0.1-0 installed) >........ > ``` According to the information you provided, the `make deps` command has been executed successfully. The following messages are configuring your environment information and installing dependent packages. -- 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]
