[GH-ISSUE #195] Build against glibc 2.17 for RHEL/CentOS 7.x #88

Closed
opened 2026-06-08 11:25:37 +03:00 by zhus · 1 comment
Owner

Originally created by @kim0 on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/195

Currently trying to run the binary fails

./dust
./dust: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./dust)
[root@sim-0 dust-v0.7.1.alpha4-x86_64-unknown-linux-gnu]# rpm -q glibc
glibc-2.17-325.el7_9.x86_64
glibc-2.17-325.el7_9.i686
Originally created by @kim0 on GitHub (Nov 2, 2021). Original GitHub issue: https://github.com/bootandy/dust/issues/195 Currently trying to run the binary fails ``` ./dust ./dust: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./dust) [root@sim-0 dust-v0.7.1.alpha4-x86_64-unknown-linux-gnu]# rpm -q glibc glibc-2.17-325.el7_9.x86_64 glibc-2.17-325.el7_9.i686 ```
zhus closed this issue 2026-06-08 11:25:37 +03:00
Author
Owner

@bootandy commented on GitHub (Nov 6, 2021):

that's glibc-2.17 the message says it needs glibc-2.18

<!-- gh-comment-id:962473085 --> @bootandy commented on GitHub (Nov 6, 2021): that's glibc-2.17 the message says it needs glibc-2.18
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#88