Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
spotify stopped working for me on linux (debian testing) a few weeks ago after an `apt-get upgrade` or an `apt-get autoclean`. today i started it from the command line and received this error:
spotify: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
i was able to correct it by running `apt-get install libssl1.0.2`
perhaps this package should be added as a dependency for the debian package
Solved! Go to Solution.
Thank's ! I use KaliLinux Rolling v2016.2. I have installed the librairy libssl1.0.0 ! It work for me !
Hi there and welcome to the community,
Thank you for reporting this issue. I can pass this on the right guys for you. Can you let me know:
- What OS + Version you are on?
- What Spotify version you have?
Did Spotify update, or did libssl update to a newer version?
Did I help? Please add a like!
Did I solve your issue? Please accept as the solution!
OS + Version: Debian GNU/Linux testing, code name Stretch.
Spotify version: 1:1.0.25.127.g58007b4c-22
I believe it was an update in libssl, more precisely the replacement of the package libssl1.0.0 with libssl1.0.2. Note that the version numbers are part of the package name.
Additional information which might be useful:
Debian 8/stable/jessie has a package libssl1.0.0 https://packages.debian.org/jessie/libssl1.0.0
Debian testing/stretch has a package libssl1.0.2 https://packages.debian.org/stretch/libssl1.0.2
This wont work. Spotify failed to make libssl1.0.0 a dependancy. You need to install it manually.
Get it from the debian repo (note, if you're running debian testing then you are have ver 1.0.2 which doesn't work). You need debian stable (jessie) libssl1.0.0
once you download it, use gdebi to install it.
sudo gdebi ~/Downloads/libssl1.0.0_1.0.1k-3+deb8u4_amd64.deb
keep track of it - and once spotify updates to using 1.0.2 lib, then manually delete this package.
Work for me, many thanks!
@mccassowary wrote:spotify stopped working for me on linux (debian testing) a few weeks ago after an `apt-get upgrade` or an `apt-get autoclean`. today i started it from the command line and received this error:
spotify: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
i was able to correct it by running `apt-get install libssl1.0.2`
perhaps this package should be added as a dependency for the debian package
They have been pretty clear that they primarily support Ubuntu LTS releases, but also try to support other Ubuntu versions and Debian. Ubuntu 16.04 LTS has the package "libssl1.0.0". They could fix this in the "DEBIAN/control" file (modified when building the deb package) by doing this in the dependencies section: "libssl1.0.0 | libssl1.0.2". This would choose the one available.
I am using Kali and it works for me.
download:
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.1_amd64.deb
run this on your terminal:
dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.1_amd64.deb
Thank's ! I use KaliLinux Rolling v2016.2. I have installed the librairy libssl1.0.0 ! It work for me !
im having a nightmare with this can anyone help?
Im using kali2016-2 and im getting this error
i have the same problem 😞
After almost two years, this has finally been "fixed".
Spotify 1.0.69 in the testing repository now (soon stable) can dynamically load different version of libcrypto.so (from the libssl* packages).
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…