Still waiting for response. Can someone please check? Hi Wen, Can you please help?
Thanks On Mon, Feb 7, 2022 at 12:39 AM 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 >