Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: bonbob on August 04, 2017, 10:24:31 AM

Title: Busybox is using an older version, or a custom version of wget.
Post by: bonbob on August 04, 2017, 10:24:31 AM
Busybox is using an older version, or a custom version of wget that does not have the -r option.

wget not have "recursive" option. TCL ver.8.0 32 bit.

How it may be fixed without any recompiles?
Title: Re: Busybox is using an older version, or a custom version of wget.
Post by: Rich on August 04, 2017, 10:32:03 AM
Hi bonbob
Then you may just have to install  wget.tcz.
Title: Re: Busybox is using an older version, or a custom version of wget.
Post by: bonbob on August 04, 2017, 10:34:29 AM
Already done. Result is the same.

Quote
wget: invalid option -- 'r'
BusyBox v1.25.1 (2016-11-15 12:14:29 UTC) multi-call binary.
Title: Re: Busybox is using an older version, or a custom version of wget.
Post by: coreplayer2 on August 04, 2017, 11:13:33 AM
You may have installed gnu wget but are perhaps still calling busybox version. ?


Title: Re: Busybox is using an older version, or a custom version of wget.
Post by: bonbob on August 04, 2017, 11:36:56 AM
That is right. I reconnect from my ssh console and another wget has appeared. With -r option. Thanks.
Title: Re: Busybox is using an older version, or a custom version of wget.
Post by: coreplayer2 on August 04, 2017, 11:48:21 AM
Using the path to a program along with the command will resolve this issue