Tiny Core Linux
Tiny Core Base => Micro Core => Topic started by: remus on May 21, 2017, 10:46:34 PM
-
Hi all,
I'm trying to get the 32bit version of gdrive working on microcore_3.8.4
I've downloaded the file from https://github.com/prasmussen/gdrive (https://github.com/prasmussen/gdrive)
link : https://docs.google.com/uc?id=0B3X9GlR6EmbnLV92dHBpTkFhTEU&export=download (https://docs.google.com/uc?id=0B3X9GlR6EmbnLV92dHBpTkFhTEU&export=download)
Here's my output.
$ gdrive-linux-386
-sh: gdrive-linux-386: not found
Thanks for all comments and suggestions
-
Hi remus
Are you trying to execute it in a directory not in the path? If so, try:
./gdrive-linux-386
-
Thanks Rich,
its working now.
I'm getting the following error, which I'll speak with the developer about, just posting it here incase its obvious what the problem is.
Failed getting oauth client: Failed to exchange auth code for token: Post https://accounts.google.com/o/oauth2/token: x509: failed to load system roots and no roots provided
I did try running it as root.
-
apparently I need to install ca-certificates to get it to work....
I'll see if I can find it anywhere in the 3x repository's.
-
No luck finding it.
Anyone know if this was ever made into a installer for tinycore/microcore 3.8.4 ?
-
Hi remus
TC4 has ca-certificates.tcz. It just got added to TC8 recently too.
-
I'll TC4 up in a VM and see how I go.
-
Hi remus
You can download directly from:
http://tinycorelinux.net/4.x/x86/tcz/ca-certificates.tcz
Or if you need more current versions get them from TC8:
http://tinycorelinux.net/8.x/x86/tcz/ca-certificates.tcz
-
Thanks Rich.
That did the trick.