Hello there, in order to figure out what happened, we need the output on your own system of the command you given.
I'm afraid there won't be any progress unless the necessary information is provided. We are now concerned as to why this has happened, and take act. Try to resolve the issue from the start. There are lots of factors that can affect the result in real world. It can be difficult to figure out each of these factors individually. Leslie Tsang leslie.ts...@icloud.com > On 12 Feb 2022, at 12:40 AM, Atul R <bluesky1277...@gmail.com> wrote: > > 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 >>