containers / docker-lvm-plugin

Docker volume plugin for LVM volumes
GNU Lesser General Public License v3.0
155 stars 64 forks source link

Installation issues #38

Closed PREM1980 closed 7 years ago

PREM1980 commented 7 years ago

Im trying to docker LVM plugin but facing some issues with GO.

 pr@pr-ubuntu:~/ba/docker-lvm-plugin$ go version
go version go1.8.3 linux/amd64
pr@pr-ubuntu:~/ba/docker-lvm-plugin$ make
go-md2man -in man/docker-lvm-plugin.8.md -out docker-lvm-plugin.8
/usr/bin/go build -o docker-lvm-plugin .
make: /usr/bin/go: Command not found
make: *** [lvm-plugin-build] Error 127

Here is my GO version.

pr@pr-ubuntu:~/ba/docker-lvm-plugin$ go version
go version go1.8.3 linux/amd64
shishir-a412ed commented 7 years ago

@PREM1980 I think your go in not installed in /usr/bin/go. Can you provide output of echo $PATH ?

PREM1980 commented 7 years ago

@shishir-a412ed : Yes, it was a GO issue and got it fixed.Thanks