-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cannot run the tar.gz file in linux #580
Comments
FIlenames for i386 and amd64 are swapped. Download https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_linux_386.tar.gz instead. |
This forces all built binaries to be statically linked. Fixes prasmussen#579, prasmussen#580
@prasmussen This is causing problem to quite a many people. Could you fix the download link, or at least pin this issue? |
Oh my. 🙄 |
I don't think that the binaries are actually swapped. Because So the 386 version works in general case, because there's a 32-bit instruction interpreter... The true problem is actually a missing dependency (as stated in the #618 issue). For Ubuntu based distros simply execute
|
This |
Hi,
I downloaded the pre-built binary. This exact link 👇🏼
(https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_linux_amd64.tar.gz)
But, when I extract and try to run the executable
./gdrive
it says
No such file or directory
The text was updated successfully, but these errors were encountered: