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