You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
I just downloaded the RC version, unzipped the zip, did
chmod +x openethereum
and when I runopenethereum --help
I get the following: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.
The text was updated successfully, but these errors were encountered: