I just installed Ubuntu 11.10 and was setting up Jungledisk and ran into the following error:
$ junglediskdesktop junglediskdesktop: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
Jungledisk is expecting libnotify.so.1 which doesn’t exist in /lib or /usr/lib. I found the following post that had the solution. I’m running 64-bit Ubuntu so with a slight modification:
sudo ln -s /usr/lib/x86_64-linux-gnu/libnotify.so.4.0.0 /usr/lib/libnotify.so.1
All fixed!