-
Notifications
You must be signed in to change notification settings - Fork 26
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
GLIBC_2.32 not found #137
Comments
Heya @roccomuso, |
The root cause for the issue is the CGO compilation that dora needs to compile C libs for cryptography & sqlite. I've been curious to see if I can get the explorer running on older systems. We could actually generate builds for older GLIBC versions by using docker for the build environment.
The resulting build is forward compatible with recent versions of GLIBC, but might be slightly slower due to a limited feature set. |
Getting this error when executing bin inside latest
dora_1.12.0_linux_amd64.tar.gz
:The text was updated successfully, but these errors were encountered: