Tiny Core Linux
Tiny Core Base => Corepure64 => Topic started by: niumar on June 24, 2017, 11:26:46 AM
-
Hi,
I'm trying to install the keepalived package on my corepure64-8.0 fresh install.
During the install, the process fails while it tries to install the openssl-1.0.0 dependence, which is not available on the repo.
See bellow:
tc@box:~$ tce-load -wi keepalived
keepalived.tcz.dep OK
Downloading: openssl-1.0.0.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: openssl-1.0.0.tcz.md5.txt: No such file or directory
Error on openssl-1.0.0.tcz
tc@box:~$
Any suggestions?
-
dep file corrected to read "openssl.tcz" - thanks for reporting this.
-
Thank you!
It is working now!
tc@box:~$ tce-load -wi keepalived
keepalived.tcz.dep OK
Downloading: keepalived.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
keepalived.tcz 100% |*****************************************************************************************************| 104k 0:00:00 ETA
keepalived.tcz: OK
tc@box:~$