MrLightSpeed0 opened a new issue #2272:
URL: https://github.com/apache/apisix/issues/2272
### Issue description
I downloaded apisix yesterday and I have encountered a few issues during the
build process. The version is apisix 1.5 (the latest one) for Ubuntu 18.04.
#1. at the last step when I run ./bin/apisix start, I got an error message
saying the address is not support by protocol. I looked it up and knowing that
was related the ipv6 is not supported on, so I went to conf/nginx.conf file and
commented out the following two lines:
listen [::]:9080 ...
listen [::]:9443 ...
however, after I ran the start command again, those two values got reverted
back (i.e. un-commented) to what they were. it seems like the nginix.conf is
regenerated every time when I run the apisix start. Could you please advise how
this file is regenerated each time and what I should do to not include them? I
did look at my system and ipv6 is indeed disabled and not supported.
#2. I tried to build dashboard, go build needs to import following:
"github.com/apisix/manager-api/conf"
"github.com/apisix/manager-api/log"
"github.com/apisix/manager-api/route"
However I kept getting the errors saying those cannot found. I even tried to
do, say: go get github.com/apisix/manager-api/conf, etc. they could not be
found. I searched the github and unable to find them. Please advise on this.
#3, Since I could not move forward with #2, I tried to do docker for the
dashboard. again it failed with timed-out for what it looked like that
something to with GoProxy tried to dial tcp 119.28.201.50:443 I tried to see
what the ip address seemed to be un-resolvable. I m from US and didnt think I
needed GoProxy. so please advise on this as well.
Thank you!
### Environment
* apisix version (cmd: `apisix version`): 1.5
* OS: Ubuntu 18.04
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]