gdrive
gdrive copied to clipboard
Prerequisites - "No such file or directory" error when running gdrive
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.
I had similar issue on Kubuntu
I had to install musl, otherwise it only says No such file or directory
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.
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?
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.
It's useful for me. Thanks @birdie-github!