Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restroom-test fails because of different version of glibc #8

Open
matteo-cristino opened this issue Oct 4, 2023 · 1 comment
Open

Comments

@matteo-cristino
Copy link
Contributor

I was trying to deploy an oracle from https://github.com/dyne/zenswarm-oracle, but restroom-test fails with the following error:

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

indeed the machine has:

$ ldd --version
ldd (Debian GLIBC 2.31-13+deb11u7) 2.31

the machine is:

Linux zen.prosume.io 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux

Not completely sure if this issue should be reported here or on the zenswarm-oracle repository.

@jaromil
Copy link
Member

jaromil commented Oct 4, 2023

@matteo-cristino restroom-test needs to be built on the machine, I am not sure one can compile a fully static binary from golang linking musl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants