Tiny Core Linux: wget: can't execute 'openssl': No such file or directory

138 Views Asked by At

In Tiny Core Linux I get this error if I try to download from a https URL:

wget -O foo https://example.com/foo

wget: can't execute 'openssl': No such file or directory

I tried to install openssl but this failed:

sudo -u tc tce-load -wi openssl

Downloading: openssl.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: openssl.tcz.md5.txt: No such file or directory
Error on openssl.tcz

How can I make wget work in tcl?

1

There are 1 best solutions below

0
On

I am using the TinyCore-14.0.iso image, which seems to run a reduced wget.

After installing wget, it worked:

sudo -u tc tce-load -wi wget

Background: I use sudo here because this code runs in a bootlocal.sh script.