Spotify not working

Just installed spotify-installer from packman, the progress of rpm-build and installation went successfully. But it failed to run, here goes:-

yazid@linux-lanun:~> spotify
./spotify: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory

In order to get the missing dependency, the said libgcrypt.so.11 obtainable from the OBS by following this post here http://comments.gmane.org/gmane.linux.suse.opensuse.devel/59726 and http://software.opensuse.org/package/libgcrypt11

But now I have another problem as below:-

yazid@linux-lanun:~> spotify
./spotify: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

Where can I have the libudev.so.0 ? Currently I am using 13.2 and Gnome as per my siggy. Thanks.

ahh… forgotten about OBS http://software.opensuse.org/package/libudev0

solved.rotfl!

You are my hero. With your help, it worked for 13.2. Thanks!

For libudev.so.0 you can just create a symlink to the existing libudev.so.1.4.0, Spotify will work well too.
You still need the old libgcrypt pagckage instead.

I am trying to re-install spotify since a rebuild to 13.2 and running spotify-install I get

calling /usr/lib/rpm/brp-suse.d/brp-05-permissions
setting / to root:root 0755. (wrong owner/group robert:users)
setting /opt/ to root:root 0755. (wrong owner/group robert:users)
setting /usr/ to root:root 0755. (wrong owner/group robert:users)
calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug
calling /usr/lib/rpm/brp-suse.d/brp-25-symlink
ERROR: link target doesn’t exist (neither in build root nor in installed system):
/opt/spotify/spotify-client/lib/libcef.so -> /opt/spotify/spotify-client/libcef.so
Add the package providing the target to neededforbuild and Requires
error: Bad exit status from /var/tmp/rpm-tmp.byS1Ww (%install)

RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.byS1Ww (%install)
rpmbuild -ba /usr/src/packages/SPECS/spotify-client.spec failed! Aborting.

anyone know what I should do next please

Robert

hi there, see the post by thermopyle on October 22, 2013 and tell us if that is working

Thanks thermopyle that was the missing bit… that built the rpm and the other library dependancies here installed it.
Spotify now fully working again

oops that was meant to be thanks powerw00t

Robert