I am using the newest OpenWrt version as of this posting.
Here are the sources I am using for ipkg:
src whiterussian http://downloads.openwrt.org/whiterussian/packages
src non-free http://downloads.openwrt.org/whiterussi … s/non-free
src backports http://downloads.openwrt.org/backports/rc5/
src X-Wrt http://download2.berlios.de/pub/xwrt/packages
dest root /
dest ram /tmp
I have installed the curl package via ipkg install curl and it terminated successfully. However, when I run curl from the console I get an error:
login as: root
root@192.168.1.1's password:
BusyBox v1.00 (2007.01.30-11:42+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
WHITE RUSSIAN (0.9) -------------------------------
* 2 oz Vodka Mix the Vodka and Kahlua together
* 1 oz Kahlua over ice, then float the cream or
* 1/2oz cream milk on the top.
---------------------------------------------------b
curl: can't load library 'libssl.so.0.9.7'
Any idea?