zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
954 stars 39 forks source link

eget-1.0.0-linux_amd64 incompatible with Citrix Hypervisor #19

Closed thorstenkampe closed 2 years ago

thorstenkampe commented 2 years ago
eget --version
eget: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by eget)

lsb_release -sd
"Citrix Hypervisor release 8.2.0 (xenenterprise)"

Previous version 0.3.1 worked fine. I guess a musl (or static) version would work.

zyedidia commented 2 years ago

Thanks I have released a new version that uses static linking to avoid this problem.

thorstenkampe commented 1 year ago

The same issue has reoccured on Ubuntu 20.04 (fully patched) with eget 1.3.0:

> eget --version
eget: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by eget)

> lsb_release -sd
Ubuntu 20.04.5 LTS

(eget 1.2.1 was running fine)

zyedidia commented 1 year ago

I have uploaded new binaries for 1.3.0 and also changed the build script this time so I won't forget about it again.