killswitch-GUI / xmr-stak-osx

Unified All-in-one Monero miner (COMPILE FROM DEV BRANCH OF https://github.com/fireice-uk/xmr-stak)
GNU General Public License v3.0
22 stars 3 forks source link

Lib not loaded libhwloc.5.dylib #4

Open mikeccuk2005 opened 6 years ago

mikeccuk2005 commented 6 years ago
dyld: Library not loaded: /usr/local/opt/hwloc/lib/libhwloc.5.dylib
  Referenced from: /Users/digithun/xmr-stak-osx/./xmr-stak
  Reason: image not found

I already tried

brew install hwloc

What I had installed was actually

/usr/local/opt/hwloc/lib/libhwloc.
libhwloc.12.dylib  libhwloc.a         libhwloc.dylib

Is there a specific version of hwloc I need to install?

sandyeggoxj commented 6 years ago

I have the same issue... Any fixes?

mikeccuk2005 commented 6 years ago

I use docker-compose heres the docker-compose.yaml It's much easier to setup this way on any machine

services:
  miner_1:
    image: masterroshi/monero-miner
    restart: always
    environment:
     - POOL_URL=gulf.moneroocean.stream:10001
     - POOL_USER=mymonero_public_key
     - POOL_PW=name:x
     - MAX_CPU=100
omgcyrilic commented 6 years ago

this worked for me.

cd /usr/local/opt/hwloc/lib/
cp libhwloc.15.dylib libhwloc.5.dyli
xiangjie256329 commented 3 years ago

this worked for me.

cd /usr/local/opt/hwloc/lib/
cp libhwloc.15.dylib libhwloc.5.dyli

cp to which folder?