mod_go
mod_go copied to clipboard
Needs updating
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...
To reproduce, in centos 7 using yum install of go...
yum install golang golang-godoc golang-vet golang-src golang-pkg-linux-amd64
grabing files from
git clone https://github.com/idaunis/mod_go.git /tmp/modg git clone https://github.com/X-EnG/godag.git /tmp/godag
and doing the install
this repo is very old, last update since 7 year old ago
Someone update it please :)