-
Notifications
You must be signed in to change notification settings - Fork 83
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
Precompiled arm64 binary doesn't work since v1.9.2 on Raspberry OS arm64 (bullseye) - Debian 11 based #209
Comments
Yess.. hmm. I updated the way I build it to use a docker base image of Ubuntu 22.04.. which might rely on a glibc that is too new for some systems. I used to build it on a physical RPi itself running Ubuntu 20 or 21 or something.. let me see if I can somehow use a docker image of Ubuntu 20 or 21... hmm. |
Hey man so I pushed a commit that adds a docker builder for arm64 using Ubuntu 20. This hopefully uses an old enough glibc that it runs on that system for you. Let me know if this works for you and if it does I can update the release binary. Note this is the raw binary, gzipped.. no tarball.
|
Hey! Good! Thanks! Could you add the |
It's not a binary it's just a python script (text file). You can copy it from the current release... |
Hey man! I'm not a programmer nor an expert, so I don't have enough knowledge to understand you easily, I'm sorry 🙏 I thought you would provide me something like this: https://github.com/cculianu/Fulcrum/files/13268907/Fulcrum-1.9.5-2c1b263-x86_64-linux.tar.gz for my arm64 OS, and be able to try it (in that case yes, I know how to do this) Could you explain to me step by step what you want me to do? Thanks and sorry again |
It's ok. Ok so the above if you require the I hope that is clear? or? I just need confirmation that binary I linked above works on your system. If it does I can go ahead and update the current Thanks! |
Awesome! yes! I will replace the 1.9.5 binary sometime today.. |
Ok, I updated the release binary for arm64 to use this build method (Ubuntu 20). Note it's not exactly the same commit as the other binaries (it's vs current master, basically), but that's ok. Closing issue. |
Ok, tested it again, and working fine! ✅ Thanks! |
Since 1.9.2, I can't use Fulcrum precompiled arm64 binary on Raspberry OS arm64 (bullseye) - Debian 11 based, it shows me this error:
I think since that release, you updated dependencies and your precompiled binary is no longer compatible with this OS version, I will need from now on I will have to build it from the source code? Is there any other solution?
Comment related: #208 (comment)
Answer related: #208 (comment)
The text was updated successfully, but these errors were encountered: