dyne / zencode-tools

Development tools to aid writing and debugging Zencode
https://dev.zenroom.org
GNU Affero General Public License v3.0
0 stars 1 forks source link

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

Open matteo-cristino opened 10 months ago

matteo-cristino commented 10 months ago

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 commented 10 months ago

@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