Hi all. I've got the following setup working undet OZ-OPIE 3.5.2
root@grond:/usr/local# grep mmcda /etc/fstab
/dev/mmcda1 /mnt/card auto defaults,sync,noauto,noatime,umask=000 0 0
/dev/mmcda2 /usr/local auto defaults,sync,noauto,noatime,umask=000 0 0
The first partition is formated vfat & the second ext2 & I hacked /etc/sdcontrol so they'd both automount. But I'm having problems installing packages to the second partition.
I added the following:
root@grond:/usr/local# grep local /etc/ipkg.conf
dest local /usr/local/
And installed all of the pisync packages thusly:
# ipkg -d local korganizer_2.0.2_for_OZ_gcc3xx_arm.ipk
and so forth, ending up with lovely trees of opt & usr directories under /usr/local (not quite what I expected).
So I then downloaded the new ipkg-link from
here and ran the following:
root@grond:/usr/local# ipkg-link mount /usr/local
*** Command: add
*** Locating package
*** Found package on /usr/local/
*** Adding korganizer
*** Done.
(...etc)
which repored all the packages found & linked. But nothing shows up, not even after a reboot, and if I try to run kopi from the command line I get:
root@grond:~# /usr/local/opt/QtPalmtop/bin/kopi
/usr/local/opt/QtPalmtop/bin/kopi: error while loading shared libraries: libmicrokdepim.so.2: cannot open shared object file: No such file or directory
The library it's looking for is installed under /usr/local, so what else do I need to do or what do I need to do differently to get everything working? thks