Caelebs commented on issue #3886: URL: https://github.com/apache/apisix/issues/3886#issuecomment-804605385
I run the command `luarocks config variables` directly, it will prompt error and did not get your output ``` [root@TEST3 /0322/23/apisix] -> luarocks config variables Error: Please provide a flag for querying configuration values. See '/usr/bin/luarocks help config'. ``` I have compiled and installed apisix2.2 version before on this machine, These errors did not appear at the time. The document requires `openresty-openssl-devel` to be installed instead of ` openresty-openssl111-devel`, so I have uninstalled `openresty-openssl111-devel`, but the error still persists ``` [root@TEST3 /0322/23/apisix] -> rpm -qa | grep -i openssl openssl-libs-1.0.2k-16.el7.x86_64 openresty-openssl111-1.1.1i-1.el7.x86_64 openresty-openssl-1.1.0l-2.el7.x86_64 openresty-openssl-devel-1.1.0l-2.el7.x86_64 openssl-1.0.2k-16.el7.x86_64 ``` @spacewander @Firstsawyou -- 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]
