mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #253] GLIBC version #156
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#156
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 @ceck90 on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/253
Latest release 0.5.3 require on system that GLIBC must be 3.22 or higher.
How can I rebuild go-libre spot on docker with older version like 3.21?
@devgianlu commented on GitHub (Nov 30, 2025):
go-librespot requires glibc >= 2.34, which was released in 2021-08-02.
You can compile go-librespot with an older version of the glibc by switching to an older base image in the
Dockerfile.buildand then usecrosscompile.sh.