Open a-p-jo opened 1 year ago
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.
@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. xmrig.zip
@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.
Must be why every package on the Debian repo is dynamic linked 🤡
Also as far as I know the compat
release is static.
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