Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Don't launch after download last release bin #617

Closed
nkl90 opened this issue Jan 25, 2022 · 4 comments
Closed

Don't launch after download last release bin #617

nkl90 opened this issue Jan 25, 2022 · 4 comments

Comments

@nkl90
Copy link

nkl90 commented Jan 25, 2022

Hello! I am download a last release of gdrive for my arch:

nkl@nkl-adegara (11:15) ~ $ uname -a
Linux nkl-adegara 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Try execute this, I get an error:

nkl@nkl-adegara (11:30) ~/Загрузки $ ./gdrive 
bash: ./gdrive: Нет такого файла или каталога

(No such file or directory)
Try run this:

nkl@nkl-adegara (11:30) ~/Загрузки $ ldd ./gdrive
	linux-vdso.so.1 (0x00007ffe9e18e000)
	libc.musl-x86_64.so.1 => not found

Why ready binary file needs any libraries??

@huww98
Copy link

huww98 commented Jan 25, 2022

It is weird. But gdrive_2.1.1_linux_386.tar.gz works on my x64 server.

See #580

@nkl90
Copy link
Author

nkl90 commented Jan 26, 2022

This is a clear amd64 build issue. Because bin from gdrive_2.1.1_linux_386.tar.gz work fine on my system:

nkl@nkl-adegara (09:36) ~/Загрузки $ ./gdrive_386 about
Authentication needed
Go to the following url in your browser:
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=367116221053-7n0vf5akeru7on6o2fjinrecpdoe99eg.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&state=state

Enter verification code:

Or maybe I'm dumb and don't understand something.

P.S.
@huww98 thanks for the link, it helped me !

@nkl90 nkl90 closed this as completed Jan 26, 2022
@vatavale
Copy link

My problem was that I did not use ./ before gdrive -)

@raspiduino
Copy link

To solve this, you must install musl
On Debian(-based), use sudo apt install musl

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants