mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #791] GLIBC_2.39 not found (cannot run on Ubuntu 22.04) #1405
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1405
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @einarpersson on GitHub (Aug 3, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/791
Hi,
When running the binary under Ubuntu 22.04, I get GLIBC_2.39 / GLIBC_2.38 not found.
I don't know how hard it is, but it would be nice if the pre-built binaries would have a less strict requirement on the GLIBC version so that it can be run effortlessly on Ubuntu 22.04 and similar distros that does not have latest GLIBC.
@KUHLwasStolen commented on GitHub (Aug 7, 2025):
Hmm, we could certainly pretty easily add builds for Ubuntu 22.04 or replace the Ubuntu-latest ones with older ones as they should be compatible.
I'm uncertain what's the best-practice here (which might also be not offering binaries for older OS versions).
In the meantime you can always install via
cargo.@einarpersson commented on GitHub (Aug 7, 2025):
I would appreciate it. If upgrading from Ubuntu 22.04 to 24.04 was low risk / trivial i would already have done so but i have read troubling testimonies which makes me want to postpone that operation to a later date. Ubuntu 22.04 is not the latest but it is a LTS which means there will be many users still in 2026-2027.
https://ubuntu.com/about/release-cycle
Thank you for considering this!