We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xmrig-v6.16.5-mo1-lin64.tar.gz Ubuntu 21.04
After upgrade from 6.16.3 to 6.16.5, I see this error:
$ ./xmrig -V ./xmrig: error while loading shared libraries: libhwloc.so.15: cannot open shared object file: No such file or directory
Before update:
$ ./xmrig -V XMRig 6.16.3-mo1 built on Jan 25 2022 with GCC 9.3.1 features: 64-bit AES libuv/1.42.0 OpenSSL/1.1.1l hwloc/2.5.0
UPDATE: I installed missing library and I can start xmrig:
$ sudo apt install libhwloc15 ... $ ./xmrig -V XMRig 6.16.5-mo1 built on Apr 1 2022 with GCC 9.3.0 features: 64-bit AES libuv/1.34.2 OpenSSL/1.1.1f hwloc/2.1.0
The text was updated successfully, but these errors were encountered:
Use the compat download if you need a static build that doesn't require those dependencies.
Sorry, something went wrong.
No branches or pull requests
xmrig-v6.16.5-mo1-lin64.tar.gz
Ubuntu 21.04
After upgrade from 6.16.3 to 6.16.5, I see this error:
Before update:
UPDATE: I installed missing library and I can start xmrig:
The text was updated successfully, but these errors were encountered: