MoneroOcean / xmrig

Monero (rx/0, rx/wow, rx/loki, defyx, rx/arq, rx/sfx, rx/keva, cn/0, cn/1, cn/2, cn/r, cn/fast, cn/half, cn/xao, cn/rto, cn/rwz, cn/zls, cn/double, cn/gpu, cn-lite/0, cn-lite/1, cn-heavy/0, cn-heavy/tube, cn-heavy/xhv, cn-pico, cn-pico/tlo, argon2/chukwa, argon2/wrkz, astrobwt) CPU/GPU miner
https://moneroocean.stream
GNU General Public License v3.0
274 stars 84 forks source link

xmrig-v6.16.5-mo1: libhwloc.so.15: cannot open shared object file #107

Open PSLLSP opened 2 years ago

PSLLSP commented 2 years ago

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 2 years ago

Use the compat download if you need a static build that doesn't require those dependencies.