Support the old glibc version < 2.39 #262
Marukome0743
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
#266 has fixed it. Thank you for your report! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Affected pitchfork version: v1.6.0
Operating System: Amazon Linux 2023
glibc version: 2.34
Description of the Bug
I've got the following error when use pitckfork.
$ pitchfork --version pitchfork: /lib64/libc.so.6: version `GLIBC_2.39' not found (required by pitchfork)The error message indicates a requirement for GLIBC versions 2.39, while Amazon Linux 2023 only ships with GLIBC version 2.34.
Expected Behavior
It would be good to use pitchfork under the old glibc version.
There is a similar issue at mise.
Used cross when solved it.
Beta Was this translation helpful? Give feedback.
All reactions