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...
After updating spotify-client to the latest version 1.2.77.358.g4339a634 from https://repository.spotify.com stable/non-free application won't launch:
./spotify: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./spotify)
This is a problem, because a lot of Linux systems use GLIBC 2.36 (Debian stable, Ubuntu LTS, POP_OS! LTS) and do not have this version.
The only option for many Linux users for now is to stay on the older version (or use flatpack)
Regards!
CJ
Same issue for me on Linux Mint 21, which comes with glibc 2.35.
Can you please either push an update built against an older glibc, or make the previous build available again? I don't see a reason why you guys absolutely need to *build* the Linux client on the very latest release of Ubuntu/whatever.
On ubuntu 22.04.5 this solved the GLIBC issue:
wget https://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.74.477.g3be53afe_am...
sudo dpkg -i spotify-client_1.2.74.477.g3be53afe_amd64.deb
I found the solution currently is to remove the version that just got updated to, downgrade by reinstalling the previous version, and then put a hold of that version for the time being.
It seems they've removed the old deb file that everyone's linking, any idea if it has been mirrored anywhere?
I have uploaded it to the wayback machine here:
https://archive.org/details/spotify-client_1.2.74.477.g3be53afe_amd64
I found a mirror here.
I had to adjust /etc/apt/sources.list.d/spotify.list to make the repo use https instead of http
I then held the spotify-client from updating future releases by running:
sudo apt-mark hold spotify-client
Everyone here probably knows this already, but you can open Spotify from the command line to see any messages it logs to the console:
> spotifyThe binary name is `spotify` and the package name is `spotify-client`
./spotify: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./spotify)
The latest version of Spotify (1:1.2.77.358.g4339a634) requires a later version of GLIBC than is available in many distros.
Downgrade by installing a cached version of the spotify-client package. There's many solutions in the replies here but _Mata's answer worked for me:
@_Mata wrote:Solved it on my Linux Mint 21.3 this way:
$ apt-cache madison spotify-client
spotify-client | 1:1.2.77.358.g4339a634 | https://repository.spotify.com stable/non-free amd64 Packages
spotify-client | 1:1.2.63.394.g126b0d89 | https://ftp.sh.cvut.cz/mint virginia/import amd64 Packages
I used the older version of the package 1:1.2.63.394.g126b0d89
$ apt install spotify-client=1:1.2.63.394.g126b0d89
I hope it works for others as well. Cheers. M.
If anyone is getting the following error after downgrading:
[1] 12701 trace trap (core dumped) spotifytry deleting or renaming the following directories:
so that you're not using config/cache from the new version. Note that this will remove all your settings, etc. You probably don't need to delete all of these but idk which one was the issue in my case so you'll have to try yourself.
Once downgrading, you probably want to prevent Spotify from upgrading to the latest version again. Using apt, you can do this with:
sudo apt-mark hold spotify-clientIn Linux Mint, you can also do this by going to Preferences > Packages in the Update Manager.
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…