Hi there, I can’t reproduce your issue with given command, can you put the output of the command in description as well? The error message show that `luarocks` don’t exist on your OS, which was supported to be installed by the script.
Leslie Tsang leslie.ts...@icloud.com > On 7 Feb 2022, at 1:39 PM, Atul R <bluesky1277...@gmail.com> wrote: > > Hi, > > I am trying to build APISIX on the a brand new Centos7 AMI in AWS. I have > used the below commands in sequence - > > yum update > > yum install wget > > yum install git > > cd /home/centos > > mkdir apisix > > cd apisix > > git clone https://github.com/apache/apisix.git > > cd apisix/utils > > ./install-dependencies.sh > > However, the install-dependencies.sh script fails with the below error - > > + OPENSSL_PREFIX=/usr/local/openresty/openssl111 > > + luarocks config variables.OPENSSL_LIBDIR > /usr/local/openresty/openssl111/lib > > bash: line 55: luarocks: command not found > > > Can you please tell me what am I missing? > > > Thanks, > > Atul