xmrig-v6.16.5-mo1: libhwloc.so.15: cannot open shared object file
PSLLSP opened this issue · 1 comments
PSLLSP commented
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
benthetechguy commented
Use the compat download if you need a static build that doesn't require those dependencies.