On Fri, Aug 25, 2017 at 02:05:52AM -0700, Igor Maznitsa wrote: > and why the SDK is not presented in the list > https://storage.googleapis.com/golang/ ? > also under Ubuntu 16.04 LTS I have some error for any attempt to start Go > 1.9 from downloaded SDK : > /lib/ld-linux-aarch64.so.1: No such file or directory > I don't have any such error with the 1.8.3, is it normal situation now?
The package search [1] turns up this file is provided by libc6 (for arm64). So do you really using arm64 (not amd64) and have libc6 installed? (I doubt the second as this package should be essential on Debian-derived distros but the former might be the culprit. 1. https://packages.ubuntu.com/search?searchon=contents&keywords=ld-linux-aarch64.so.1&mode=&suite=xenial&arch=any -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.