[GH-ISSUE #142] installing dust from source in CentOS 7 #62

Closed
opened 2026-06-08 11:25:31 +03:00 by zhus · 3 comments
Owner

Originally created by @monacv on GitHub (Mar 31, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/142

(phosa) [jalal@goku scratch3]$ tar -xvf dust-v0.5.4-i686-unknown-linux-gnu.tar.gz 
dust-v0.5.4-i686-unknown-linux-gnu/LICENSE
dust-v0.5.4-i686-unknown-linux-gnu/README.md
dust-v0.5.4-i686-unknown-linux-gnu/dust
(phosa) [jalal@goku scratch3]$ cd dust-v0.5.4-i686-unknown-linux-gnu/
(phosa) [jalal@goku dust-v0.5.4-i686-unknown-linux-gnu]$ ls
total 2.6M
-rw-r--r--.  1 jalal cs-grad 2.3K Jan 16 10:46 README.md
-rw-r--r--.  1 jalal cs-grad  12K Jan 16 10:46 LICENSE
-rwxr-xr-x.  1 jalal cs-grad 2.5M Jan 16 10:46 dust
drwxrwxrwt. 45 root  root     20K Mar 31 01:05 ..
drwxr-xr-x.  2 jalal cs-grad   66 Mar 31 01:05 .
(phosa) [jalal@goku dust-v0.5.4-i686-unknown-linux-gnu]$ sudo mv dust /usr/local/bin/
[sudo] password for jalal: 
(phosa) [jalal@goku dust-v0.5.4-i686-unknown-linux-gnu]$ dust 
dust: /lib/libc.so.6: version `GLIBC_2.18' not found (required by dust)
$ lsb_release -a
LSB Version:	:core-4.1-amd64:core-4.1-noarch
Distributor ID:	CentOS
Description:	CentOS Linux release 7.9.2009 (Core)
Release:	7.9.2009
Codename:	Core
Originally created by @monacv on GitHub (Mar 31, 2021). Original GitHub issue: https://github.com/bootandy/dust/issues/142 ``` (phosa) [jalal@goku scratch3]$ tar -xvf dust-v0.5.4-i686-unknown-linux-gnu.tar.gz dust-v0.5.4-i686-unknown-linux-gnu/LICENSE dust-v0.5.4-i686-unknown-linux-gnu/README.md dust-v0.5.4-i686-unknown-linux-gnu/dust (phosa) [jalal@goku scratch3]$ cd dust-v0.5.4-i686-unknown-linux-gnu/ (phosa) [jalal@goku dust-v0.5.4-i686-unknown-linux-gnu]$ ls total 2.6M -rw-r--r--. 1 jalal cs-grad 2.3K Jan 16 10:46 README.md -rw-r--r--. 1 jalal cs-grad 12K Jan 16 10:46 LICENSE -rwxr-xr-x. 1 jalal cs-grad 2.5M Jan 16 10:46 dust drwxrwxrwt. 45 root root 20K Mar 31 01:05 .. drwxr-xr-x. 2 jalal cs-grad 66 Mar 31 01:05 . (phosa) [jalal@goku dust-v0.5.4-i686-unknown-linux-gnu]$ sudo mv dust /usr/local/bin/ [sudo] password for jalal: (phosa) [jalal@goku dust-v0.5.4-i686-unknown-linux-gnu]$ dust dust: /lib/libc.so.6: version `GLIBC_2.18' not found (required by dust) ``` ``` $ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.9.2009 (Core) Release: 7.9.2009 Codename: Core ```
zhus closed this issue 2026-06-08 11:25:31 +03:00
Author
Owner

@sergiochoo commented on GitHub (Apr 20, 2021):

same issue
RHEL7

<!-- gh-comment-id:823252483 --> @sergiochoo commented on GitHub (Apr 20, 2021): same issue RHEL7
Author
Owner

@sergiochoo commented on GitHub (Apr 20, 2021):

The last working version on Centos7/RHEL7 is v0.3.1

<!-- gh-comment-id:823263244 --> @sergiochoo commented on GitHub (Apr 20, 2021): The last working version on Centos7/RHEL7 is v0.3.1
Author
Owner

@bootandy commented on GitHub (Feb 26, 2022):

Is this problem not that CentOS doesnt have the correct version of GLIBC ?

dust: /lib/libc.so.6: version `GLIBC_2.18' not found (required by dust)

<!-- gh-comment-id:1052045645 --> @bootandy commented on GitHub (Feb 26, 2022): Is this problem not that CentOS doesnt have the correct version of GLIBC ? ```dust: /lib/libc.so.6: version `GLIBC_2.18' not found (required by dust)```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#62