prasmussen / gdrive

Google Drive CLI Client
MIT License
9k stars 1.19k forks source link

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

Open fscnick opened 3 years ago

fscnick commented 3 years ago

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.

hannob commented 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?

fscnick commented 3 years ago

I guess they put the wrong binary.

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