you might need to install luarocks first yum install luarocks
可用于iOS的myMail发送 2022年2月7日 星期一 +0800 13:52 发件人 bluesky1277...@gmail.com <bluesky1277...@gmail.com>: >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