Hello , I'm trying to deploy agent 2 on SUSE11.
I have successfully installed the Go environment.
I excute "./configure --prefix=/zabbix --enable-agent2", it works fine.
And then I excute "make install", an error occrus: "go: github.com/alimy/mc/[email protected]: Get https://proxy.golang.org/github.com/...@v/v2.0.3.mod: dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:33631->[::1]:53: read: connection refused".
It seems that the "make install" process will download some "golang's things" from internet. But my vm(SUSE11) can not connect to internet.
I have another vm which can connect to internet so I can download the "golang's things" and send it to vm(SUSE11).But I don't know what is needed.
Does nybody know what will the "make install" process download ?
Thank you very much!
I have successfully installed the Go environment.
I excute "./configure --prefix=/zabbix --enable-agent2", it works fine.
And then I excute "make install", an error occrus: "go: github.com/alimy/mc/[email protected]: Get https://proxy.golang.org/github.com/...@v/v2.0.3.mod: dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:33631->[::1]:53: read: connection refused".
It seems that the "make install" process will download some "golang's things" from internet. But my vm(SUSE11) can not connect to internet.
I have another vm which can connect to internet so I can download the "golang's things" and send it to vm(SUSE11).But I don't know what is needed.
Does nybody know what will the "make install" process download ?
Thank you very much!
Comment