I installed opie-reader from the oz-3.5.1 feed:
http://openzaurus.org/official/unstable/3.5.1/feed/I used the command -- ipkg -d sd install opie-reader
In order to make it work I had to add a few symlinks:
root@zaurus:[~]: ls -l /opt/QtPalmtop/apps/Applications/
lrwxrwxrwx 1 root root 59 Oct 6 2004 uqtreader.desktop -> /mnt/card/opt/QtPalmtop/apps/Applications/uqtreader.desktop
root@zaurus:[~]: ls -l /opt/QtPalmtop/pics/
lrwxrwxrwx 1 root root 31 Jan 1 05:51 opie-reader -> /opt/QtPalmtop/pics/opie-reader/
I also had to modify my /etc/ld.so.conf
root@zaurus:[~]: cat /etc/ld.so.conf
/usr/local/lib
/opt/QtPalmtop/lib
/mnt/card/opt/QtPalmtop/lib
/mnt/card/usr/lib
I also added /mnt/card/opt/QtPalmtop/bin to my PATH in /etc/profile.
Now here is the error I get when I try to run it:
root@zaurus:[~]: uqtreader
uqtreader: symbol lookup error: uqtreader: undefined symbol: _2Qt.darkCyan
What am I missing here that would make this work?