|
From: F. E. B. <fe...@sk...> - 2005-05-17 19:26:58
|
On Sunday 15 May 2005 02:52 pm, Peter Flynn wrote: <snip> > Here's what I get: > > root@pentacle:~# ipkg -d sd install opie-mediaplayer1 > Installing opie-mediaplayer1 (1.2.0-r0) to sd... <snip> > Configuring sharp-compat-libs > update-rc.d: /etc/init.d/quickexec: file does not exist > postinst script returned status 1 > ERROR: sharp-compat-libs.postinst returned 1 > root@pentacle:~# You're installing to sd from the command line. You still need to run ipkg-link in order for the package to work. ipkg-link makes links from the target location back to the root filesystem. The quickest way for you to get functional again (assuming you've installed a few packages to sd) is to run "ipkg-link mount /media/card/packages". Don't pay any attention to the paths given in the output of ipkg-link --help; they should really read like /media/card/packages instead of /mnt/card. Ed Barrett |