Debian/Bookworm builds linking to two libFLAC versions #1638
Answered
by
midwan
jman-schief
asked this question in
Q&A
-
hey @midwan I noticed that the Debian/bookworm package links to two different FLAC libraries (1.4.x and 1.5.x):
Now I'm curious: what is the reason for that? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
midwan
Feb 27, 2025
Replies: 2 comments 2 replies
-
Not sure, that's probably some weird side effect (maybe from the cross-compiler in the Docker container?). We definitely don't need both. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bookworm doesn't contain libflac14 , that's only part of trixie/sid -- just tested on my Bookworm install, only links against libflac12. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This must be a trixie-specific thing. If I run the same thing here on Debian12, I only see it using
libFLAC.so.12 => /lib/x86_64-linux-gnu/libFLAC.so.12 (0x00007f11d7073000)
.Keep in mind the pre-compiled packages are only available for currently supported Debian versions, i.e. not Trixie yet.