[go-nuts] Problem installing Go on Solaris 10

2017-04-25 Thread Dave Cheney
Looking at the release notes for version 1.3, when Solaris support was added it look like you need Solaris 11 or a derivative. This probably explains the error from the dynamic loader. https://golang.org/doc/go1.3#solaris Solaris 10 support may be available in gccgo, I'm not aware of any or bu

[go-nuts] Problem installing Go on Solaris 10

2017-04-25 Thread Karlo Yilmar
I 've trying to install go 1.7 on Solaris 10. I can download the tar package, set the PATH, but when I want to run go command, I got this: "Cannot find /libexec/ld-elf.so.1" If I go to usr/sfw/libexec directory, I only found gcc folder, and other script. I don't know what is the problem. Thank