spacewander commented on a change in pull request #3415: URL: https://github.com/apache/apisix/pull/3415#discussion_r565312245
########## File path: doc/install-dependencies.md ########## @@ -53,7 +53,7 @@ sudo yum install yum-utils sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo # install OpenResty and some compilation tools -sudo yum install -y openresty curl git gcc luarocks lua-devel +sudo yum install -y openresty curl git gcc luarocks lua-devel openresty-openssl-devel Review comment: Look like we should also install luarocks from the source? We can do it with utils/linux-install-luarocks.sh, but we need to move the `OPENSSL` variable configuration to this script. ---------------------------------------------------------------- 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]
