forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't upgrade RPi to 7.0.1 #28
Comments
GLIBC is part of the OS. The Golang compiler is complaining about that old version. Might want to try upgrading your Pi to a newer OS version. Looks like that OS uses version GLIBC 2.28. |
Thanks Julian,
Yes, I did some research on glibc errors and it appears that an OS upgrade
is on the cards. Unfortunately it has been reported that a system upgrade
is best done by way of wiping the sd card and starting from scratch, which
will take a little more time than I have available at the moment.
I did find a similar issue in an Ubuntu environment where it was due to an
old version of node.js. Apparently upgrading nvm fixed the problem.
https://stackoverflow.com/questions/72921215/getting-glibc-2-28-not-found
Not entirely sure if that would be sufficient in this case though.
Perhaps I will try this solution before resorting to a complete re-install.
Gubiq 7.0.0 is still running fine though so I will probably leave it
for now. BTW, Matts ubiq-config tool has not been updated and still points
to 7.0.0 which means a manual update is required for rpi node users.
Thanks again
Alan
…On Sat, 6 May 2023, 20:57 Julian Y, ***@***.***> wrote:
GLIBC is part of the OS. The Golang compiler is complaining about that old
version.
Might want to try upgrading your Pi to a newer OS version. Looks like that
OS uses version GLIBC 2.28.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKJVQ2CZALDRGFY6F5QO74LXE2UK7ANCNFSM6AAAAAAXYAQFBM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Great! Head to Ubiq Discord if you want to chat more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Linux raspberrypi 5.10.103-v7+ ethereum#1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
Gubiq │
│ Version: 7.0.0-monoceros │
│ Git Commit: c9009e8 │
│ Architecture: arm │
│ Go Version: go1.17.6 │
│ Operating System: linux │
│ GOPATH= │
│ GOROOT=go
Expected behaviour
Want to upgrade Gubiq to 7.0.1
Actual behaviour
Gubiq start after upgrade fails due to Glibc error
Steps to reproduce the behaviour
replace old gubiq with new version and try to start
Backtrace
From /var/log/messages
/usr/bin/gubiq: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/bin/gubiq)
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: