gdrive icon indicating copy to clipboard operation
gdrive copied to clipboard

Prerequisites - "No such file or directory" error when running gdrive

Open birdie-github opened this issue 3 years ago • 5 comments

None, binaries are statically linked. If you want to compile from source you need the go toolchain. Version 1.5 or higher.

This is not exactly true, under Fedora you must sudo dnf install musl-libc and under Ubuntu/Debian based distros sudo apt install musl in order to make your builds work.

Maybe you could update the README.

birdie-github avatar Feb 02 '22 17:02 birdie-github

I had similar issue on Kubuntu I had to install musl, otherwise it only says No such file or directory

tmvkrpxl0 avatar Mar 13 '22 11:03 tmvkrpxl0

Same, on debian bullseye I had to install musl via apt install musl or gdrive fails to run with the cryptic No such file or directory error.

sicada avatar May 22 '22 18:05 sicada

I get the same error on Rocky 8.6 but I can't find anything with yum search musl. Is this package available for Rocky?

llamafilm avatar Sep 07 '22 16:09 llamafilm

I get the same error on Rocky 8.6 but I can't find anything with yum search musl. Is this package available for Rocky?

https://copr.fedorainfracloud.org/coprs/ngompa/musl-libc/

Beware this is not an official package.

birdie-github avatar Sep 08 '22 13:09 birdie-github

It's useful for me. Thanks @birdie-github!

William-Mou avatar Apr 18 '23 07:04 William-Mou