scala-network / XLArig

An XMRig fork with support for latest XLA PoW algorithms
GNU General Public License v3.0
124 stars 52 forks source link

Can't run Xlarig miner on Ubuntu (Linux) #51

Closed TheCat4256 closed 1 year ago

TheCat4256 commented 2 years ago

I downloaded it from Github website and I set up the miner. I tried running it with sudo ./xlarig and it won't run. I get an error. Any ideas?

NotRealPaz commented 2 years ago

what's your error / system / config?

57u commented 1 year ago

On a fresh Ubuntu VPS:

./xlarig ./xlarig: error while loading shared libraries: libhwloc.so.15: cannot open shared object file: No such file or directory

ahmyi commented 1 year ago

Try installing libhwloc first by running sudo apt install libhwloc-dev