I got a similar problem with the new (1.1.4) feed. In my case there\'s a softlink missing.
Do a
ls -al /opt/QtPalmtop/lib/libopienet*
If libopienet2.so.1 is missing, but libopienet2.so.1.x.x is there (it\'s 1.8.4 with me, but could be different with yours), do a softlink from one to the other with
cd /opt/QtPalmtop/lib/
ln -s libopienet2.so.1.x.x libopienet2.so.1
Hope it helps