Need help? Check out Spotify Answers for solutions to a wide range of topics. |
After upgrade to Ubuntu 15.04 I can't start spotify app. I get this error message:
$ spotify
spotify: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory
Solved! Go to Solution.
I had teh same problem.
Download and install libgcrypt11 from here:
http://packages.ubuntu.com/utopic/amd64/libgcrypt11/download
After that spotify is starting as normal.
> wget http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb
> sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb
> spotify
Check the new version here http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
Or better, change to testing in your repos:
deb http://repository.spotify.com testing non-free
I have the same issue...
I had teh same problem.
Download and install libgcrypt11 from here:
http://packages.ubuntu.com/utopic/amd64/libgcrypt11/download
After that spotify is starting as normal.
I didn't have to download that version, just downloaded libgcrypt20-dev and libgcrypt20-doc from ubuntu software center. It works fine.
I also installed libgcrypt20-dev and libgcrypt20-doc and it didn
@geewadda wrote:I didn't have to download that version, just downloaded libgcrypt20-dev and libgcrypt20-doc from ubuntu software center. It works fine.
I also downloaded libgcrypt20-dev and libgcrypt20-doc (vivid versions), but it did not help for me. I also tried to install libgcrypt11 from utopic-security and then spotify started to work well.
I couldn't install libgcrypt11, computer froze while trying. But I re-installed Spotify too - after it didn't work- then downloaded vivid versions. Maybe the re-installation helped too.
> wget http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb
> sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb
> spotify