idaunis / mod_go

Apache module for deploying web applications in Go
60 stars 12 forks source link

Needs updating #6

Open E-N-G-XOR opened 6 years ago

E-N-G-XOR commented 6 years ago

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 commented 6 years ago

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

derit commented 5 years ago

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

hi2rashid commented 4 years ago

Someone update it please :)