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

Help installing #41

Open
hayyan opened this issue Apr 9, 2014 · 3 comments
Open

Help installing #41

hayyan opened this issue Apr 9, 2014 · 3 comments

Comments

@hayyan
Copy link

hayyan commented Apr 9, 2014

Hi,

I was finally able to instal Go on ubuntu but not having issues installing the package

root@ubuntu:/go/src/github.com/FiloSottile/Heartbleed# go get github.com/FiloSottile/Heartbleed
go: missing Git command. See http://golang.org/s/gogetcmd
package github.com/FiloSottile/Heartbleed: exec: "git": executable file not found in $PATH
root@ubuntu:
/go/src/github.com/FiloSottile/Heartbleed# go install github.com/FiloSottile/Heartbleed
can't load package: package github.com/FiloSottile/Heartbleed: cannot find package "github.com/FiloSottile/Heartbleed" in any of:
/usr/lib/go/src/pkg/github.com/FiloSottile/Heartbleed (from $GOROOT)
/root/go/src/github.com/FiloSottile/Heartbleed/src/github.com/FiloSottile/Heartbleed (from $GOPATH)

Can anyone help. I am very new to linux world and perhaps I am missing something. After googling some more I found out that i need to use the export command and I tried with heartbleed and is failing, below is just an example

e:g export GOPATH=~/golang/packages1/

@yakatz
Copy link
Contributor

yakatz commented Apr 9, 2014

You need to install git also.

@hayyan
Copy link
Author

hayyan commented Apr 9, 2014

Thanks...lets see

@Cie1Phantomh1ve
Copy link

the installation of this tool seems to be impossible:
go get is obsolete, and go install github.com/FiloSottile/Heartbleed@latest doesn't work at all.

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