Is it possible to get libspotify working on the official Raspbian image? I installed it but couldn't figure out why my applications couldn't link to it:
error while loading shared libraries: libspotify.so.12: cannot open shared object file: No such file or directory
Looking at ldd, I noticed that everything else has a "hard-float" flag.
libspotify.so.12 (libc6) => /usr/lib/libspotify.so.12
libsoup-2.4.so.1 (libc6,hard-float) => /usr/lib/arm-linux-gnueabihf/libsoup-2.4.so.1
As far as I know there's no way to build your own copy of libspotify... Is there a way to link to a library that is not compiled with hard-float support in Raspbian?