mod_go icon indicating copy to clipboard operation
mod_go copied to clipboard

Needs updating

Open E-N-G-XOR opened this issue 6 years ago • 3 comments

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

E-N-G-XOR avatar Jul 31 '18 10:07 E-N-G-XOR

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

E-N-G-XOR avatar Jul 31 '18 10:07 E-N-G-XOR

this repo is very old, last update since 7 year old ago

derit avatar Jun 07 '19 13:06 derit

Someone update it please :)

hi2rashid avatar Jan 15 '20 08:01 hi2rashid