Closed gavinmcdermott closed 6 years ago
Looks like it linked to the cuda runtime library, but can't seem to find it at runtime. Did you build this on a different machine than you ran it? Do you know where libcudart is installed? On linux it's usually in /opt/cuda or /usr/local/cuda. From the strace, I don't see the linker looking at any of the usual suspects.
Maybe try $ LD_LIBRARY_PATH=/opt/cuda/lib64:/usr/local/cuda/lib64:/opt/cuda/lib:/usr/local/cuda/lib ./bin/hsk-miner
real quick to see if it works?
Thanks for the reply, @chjj; notes below:
Did you build this on a different machine than you ran it?
Yep
Do you know where libcudart is installed?
Installed in /usr/local/cuda
I'll be on this tomorrow and give the LD_LIBRARY_PATH
option a try—I'll let you know how it goes.
Thanks again!
Looks like LD_LIBRARY_PATH
was the culprit. Going to get the rest of things running now—thanks @chjj.
Hey all,
I'm attempting to get hsk-miner running on a linux box here at the CoLab, and running into the issue in the screenshot below (dumped with strace).
Relevant system details:
Relevant process details:
I'm able to
npm install
,make
,rebuild
, etc. without issue. The problem arises when attempting to run thehsk-miner
command.Any suggestions? Thank you in advance, folks.