aws-name-server icon indicating copy to clipboard operation
aws-name-server copied to clipboard

Binary download down (gobuild.io error)

Open dte opened this issue 10 years ago • 3 comments

When I follow the instructions I get:

wget http://gobuild.io/github.com/ConradIrwin/aws-name-server/master/linux/amd64 -O aws-name-server.zip
--2015-05-20 16:22:47--  http://gobuild.io/github.com/ConradIrwin/aws-name-server/master/linux/amd64
Resolving gobuild.io... 106.186.17.35
Connecting to gobuild.io|106.186.17.35|:80... connected.
HTTP request sent, awaiting response... 400 Bad Request
2015-05-20 16:22:49 ERROR 400: Bad Request.

dte avatar May 20 '15 20:05 dte

+1 i tried building it from source and couldn't do it either go build main.go

command-line-arguments

--domain="example.com" --aws-region="us-east-1"
--aws-secret-access-key="shhh-secret"
--aws-access-key-id="access-key" \

Returns me this

./main.go:62: undefined: NewEC2Cache ./main.go:71: undefined: NewEC2Server

ecasilla avatar Jul 30 '15 18:07 ecasilla

@ecasilla Run go build with no arguments (if you pass a filename it builds just that one file, but you want it to to build the entire directory). Then run ./aws-name-server with the arguments you need.

ConradIrwin avatar Jul 30 '15 23:07 ConradIrwin

Thanks

ecasilla avatar Jul 31 '15 13:07 ecasilla