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