Open fscnick opened 3 years ago
Apparently it seems the executable file for x86_64 requires the musl libc loader.
This is quite unusual and unexpected. Is this intended?
I guess they put the wrong binary.
https://github.com/prasmussen/gdrive/issues/580#issuecomment-864729091
I got the error message from pre-built binary with version 2.1.1.
/lib/ld-musl-x86_64.so.1: bad ELF interpreter: No such file or directory
I'm sure the binary I downloaded is correct.
OS: CentOS 7 Arch: amd64
However, I compiled from the source via
go get github.com/prasmussen/gdrive
. It works normally.