Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary download down (gobuild.io error) #11

Open
dte opened this issue May 20, 2015 · 3 comments
Open

Binary download down (gobuild.io error) #11

dte opened this issue May 20, 2015 · 3 comments

Comments

@dte
Copy link

dte commented May 20, 2015

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.
@ecasilla
Copy link

+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

@ConradIrwin
Copy link
Owner

@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.

@ecasilla
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants