-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I have attempted to install the mod_go, using centos 7. The make process craps out with and error
error: mod_go requires GODAG.
############################################################
To download Godag and install from source run the following:
$ hg clone https://godag.googlecode.com/hg/ godag
$ go run mk.go install
############################################################
make: *** [.check_ok] Error 255
I grabbed a versoin of godag from google archive and I attempted to install it, and it too craps out with an error...
[root@39e192d87a29 godag]# go run mk.go install
compiling: utilz/stringbuffer
2018/07/31 10:30:44 [ERROR] fork/exec /usr/lib/golang/pkg/tool/linux_amd64/6g: no such file or directory
exit status 1
ENV GOLANG_VERSION 1.4.2 seems to work fine, but the new versons of do will not run godag...