gdrive icon indicating copy to clipboard operation
gdrive copied to clipboard

Got "bad ELF interpreter" when executing pre-built binary 2.1.1

Open fscnick opened this issue 4 years ago • 2 comments

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.

fscnick avatar Jun 20 '21 13:06 fscnick

Apparently it seems the executable file for x86_64 requires the musl libc loader.

This is quite unusual and unexpected. Is this intended?

hannob avatar Jun 30 '21 13:06 hannob

I guess they put the wrong binary.

https://github.com/prasmussen/gdrive/issues/580#issuecomment-864729091

fscnick avatar Jun 30 '21 15:06 fscnick