i have opie, when i try to upgrade in packet manager, it gives error and says:
"Error linkling '/home/packages/usr/share/...'"
what can i do?
Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122090\"][{POST_SNAPBACK}][/a][/div]
try installing from the command line. I had the same problem and when I install fro the command line it works fine. here's how you do it.
ipkg update
ipkg install <package name> -d home
ipkg-link add <package name>
the first line updates the package lists from the feed.
<package name> is the name of the package you want to install ie: opie-remote
the -d home will install the package to home, other alternatives are root (very small so it is not recommended to install packages here) and card which is your SD card
ipkg-link add adds the necessary links.