![]() |
HowTo.InstallWgetAfterUpgradingBusyBox HistoryHide minor edits - Show changes to markup September 21, 2006, at 07:50 AM
by --
Changed lines 42-48 from:
You just need to do 'ipkg install wget-ssl' instead. Easy! --- I have installed wget-ssl as above and it seems to install ok, but when i call it from my dnsupd script i get unknown file directory, what am i doing wrong. Hutchyweb to:
You just need to do 'ipkg install wget-ssl' instead. Easy! September 18, 2006, at 11:00 AM
by -- Cant run wget-ssl
Changed lines 42-48 from:
You just need to do 'ipkg install wget-ssl' instead. Easy! to:
You just need to do 'ipkg install wget-ssl' instead. Easy! --- I have installed wget-ssl as above and it seems to install ok, but when i call it from my dnsupd script i get unknown file directory, what am i doing wrong. Hutchyweb May 14, 2006, at 06:20 PM
by --
Changed lines 40-42 from:
--- menachem to:
--- menachem You just need to do 'ipkg install wget-ssl' instead. Easy! May 06, 2006, at 12:24 AM
by --
Changed lines 37-38 from:
Where is Wget for Unslung 6.x? to:
*** Where is Wget for Unslung 6.x? *** May 06, 2006, at 12:21 AM
by --
Added line 38:
May 06, 2006, at 12:20 AM
by --
Added line 37:
Where is Wget for Unslung 6.x? August 28, 2005, at 05:29 PM
by --
Changed line 1 from:
to:
If you upgrade BusyBox then /opt/bin/wget will point to /opt/bin/busybox. Added line 17:
Changed line 37 from:
Profiles June 19, 2013, at 02:05 AMmenachem? to:
--- menachem January 28, 2005, at 06:17 AM
by --
Changed line 34 from:
I will try the same advice as given above and see if it works\\ to:
I will try the same advice as given above and see if it works Update - It worked!\\ January 28, 2005, at 06:08 AM
by --
Added lines 15-36:
CommentsI had the same the same problem trying to install 'less' after upgrading busybox.
# ipkg install less
Installing less (381-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/unslung/unstable/less_381-1_armeb.
ipk
Installing ncurses (5.4-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/unslung/unstable/ncurses_5.4-2_arm
eb.ipk
Package ncurses wants to install file /opt/bin/clear
But that file is already provided by package busybox
Package ncurses wants to install file /opt/bin/reset
But that file is already provided by package busybox
An error ocurred, return value: 2.
I will try the same advice as given above and see if it works January 16, 2005, at 09:09 PM
by --
Changed lines 7-11 from:
@@mkdir /opt/bin/busybox-old rm /opt/bin/wget ln -s /opt/bin/busybox /opt/bin/busybox-old PATH=/opt/bin:/opt/bin/busybox-old:$PATH ipkg update to:
@@mkdir /opt/bin/busybox-old January 16, 2005, at 09:08 PM
by --
Changed lines 3-6 from:
However, if you move (or remove) the link to wget, then ipkg operations will fail ... So try this: to:
However, if you move (or remove) the link to wget, then ipkg operations will fail ... Changed lines 13-14 from:
to:
\\ January 16, 2005, at 09:07 PM
by --
Changed line 7 from:
mkdir /opt/bin/busybox-old to:
@@mkdir /opt/bin/busybox-old Changed line 12 from:
ipkg install wget to:
ipkg install wget@@\\ January 16, 2005, at 09:06 PM
by --
Changed lines 1-15 from:
Describe InstallWgetAfterUpgradingBusyBox here. to:
If you upgrade BusyBox? then /opt/bin/wget will point to /opt/bin/busybox. This means "ipkg install wget" (to install GNU wget) will fail, as wget will want to install into /opt/bin/wget too. However, if you move (or remove) the link to wget, then ipkg operations will fail ... So try this: mkdir /opt/bin/busybox-old rm /opt/bin/wget ln -s /opt/bin/busybox /opt/bin/busybox-old PATH=/opt/bin:/opt/bin/busybox-old:$PATH ipkg update ipkg install wget That should sort you out |