-
Notifications
You must be signed in to change notification settings - Fork 88
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
Need static Linux binary #116
Comments
glibc won't static, if you build your own it will be all static except for glibc. I don't think alternative libc's work, for some non-trivial reason. |
the instructions were easy enough for me to follow, I have confidence in you https://xmrig.com/docs/miner/build please close this issue |
@realsetvin I am not asking how to build. Your link is irrelevant to the issue. The issue requests that the project should not be (and should not need) linking to glibc because dynamic linking is undesirable on Linux for compatibility reasons. |
apologize for my lack of understanding, do you think you could form a pull request to solve the issue? any suggestions? |
There's instructions to statically compile here:
I've attached a static build for linux here. Use at own risk etc. etc. |
Must be why every package on the Debian repo is dynamic linked 🤡 |
Also as far as I know the |
The released linux binaries seem to be dynamically linked to glibc.
It would be better if they were static binaries, maybe linked to musl,
as dynamically linked binaries make little sense on Linux.
As a note to anyone on Alpine Linux, you need to:
apk add gcompat
The text was updated successfully, but these errors were encountered: