openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.81k stars 1.68k forks source link

Openethereum 3.1rc1 fails - GLIBC_2.29 not found #11888

Open cducrest opened 3 years ago

cducrest commented 3 years ago

I just downloaded the RC version, unzipped the zip, did chmod +x openethereum and when I run openethereum --help I get the following:

openethereum-3.1RC1: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by openethereum-3.1RC1)
openethereum-3.1RC1: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by openethereum-3.1RC1)

After looking for a few minutes about it on the internet, I am not sure whether the problems comes from my side or your side, so here I post.

Never had such an issue with previous openethereum / parity versions.

rakita commented 3 years ago

It seems that binaries for RC are built with ubuntu-20.04 that uses glibc 2.29 while older release are build with ubuntu-16.04. We will need to rebuild the binaries, but in meantime, you can build it from the source.