anyone an idea, what happened here:
i installed kopi to "/mnt/ext" where the second partition (ext3) of my sd card is mounted, this partition is automatically mounted during startup (i modified /etc/sdcard/sd_mem_ctrl by simply adding "mount /dev/mmcda2" and correspondent entry in fstab, which works fine)
kopi runs fine until i reboot by "init 6", after that zaurus doesn't find shared libraries when calling "kopi" (e.g. "libmicrokdepim.so.1")
what i did:
ln -s libmicrokdepim.so libmicrokdepim.so.1 (in /usr/lib/qt/lib) (for the other libraries as well..)
and
ldconfig
which works fine until i do the next reboot, it's not only that i have to manually run ldconfig but also my self-made symlinks are GONE!
so my questions:
1- why are those symlinks automatically deleted and how can i prevent this?
2- is there a way so that i don't have to manually run ldconfig? (before running ldconfig zaurus doesn't find shared libraries for other apps installed on sd as well) (i'm thinking of making an "ldconfig"-entry in some script, but what would be the "natural" script for that? something in the init-V-process or xinitrc? is there a "smoother" way than this?)
regards
seb