Hi,
The resulting binary after running the installation script fails due to an older glibc version in Centos 9 Stream (up-to-date):
# zerofs --version
zerofs: /lib64/libc.so.6: version `GLIBC_2.39' not found (required by zerofs)
# ldd --version
ldd (GNU libc) 2.34
This is despite no issues during installation:
# curl -sSfL https://sh.zerofs.net | sh
[INFO] Starting zerofs installation...
[INFO] Detected OS: linux
[INFO] Detected Architecture: amd64
[INFO] Installing zerofs...
[INFO] Downloading from: https://github.com/Barre/ZeroFS/releases/latest/download/zerofs-pgo-multiplatform.tar.gz
[INFO] Looking for binary: zerofs-linux-amd64-pgo
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 78.6M 100 78.6M 0 0 1196k 0 0:01:07 0:01:07 --:--:-- 1007k
[INFO] Downloading checksum file...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 98 100 98 0 0 569 0 --:--:-- --:--:-- --:--:-- 569
[INFO] Verifying checksum...
[INFO] Checksum verification passed
[INFO] Extracting tarball...
[INFO] Successfully installed zerofs to /usr/local/bin/zerofs
[INFO] /usr/local/bin is a standard system directory
[INFO] Installation verified!
[INFO] Run 'zerofs' to get started
[INFO] Installation complete!
Thanks!
Hi,
The resulting binary after running the installation script fails due to an older glibc version in Centos 9 Stream (up-to-date):
This is despite no issues during installation:
Thanks!