Re: APISIX Installation

2022-02-13 Thread Leslie Tsang
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

Re: APISIX Installation

2022-02-12 Thread Bozhong Yu
Could you try the follow command curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | bash - and then run the install-dependencies.sh ? Atul R 于2022年2月12日周六 09:23写道: > Still waiting for response. Can someone please check? > > Hi Wen, > Can you plea

Re: APISIX Installation

2022-02-11 Thread Atul R
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 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 wge

Re: APISIX Installation

2022-02-06 Thread TsangLeslie
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:

Re: APISIX Installation

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

APISIX Installation

2022-02-06 Thread Atul R
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