Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
coercion
on 07/02/2014, 12:16:17 UTC
you forgot ./autogen.sh (before you run configure)

yippieh, that was it. Thank you very much.


Now I have a cudaminer binary. Wow.


Starting it, however, results in this:


Code:
./cudaminer
./cudaminer: error while loading shared libraries: libcudart.so.5.5: cannot open shared object file: No such file or directory


and sorted:

Code:
sudo ldconfig /usr/local/cuda/lib64
./cudaminer

Add something like "export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-5.5/lib:$DYLD_LIBRARY_PATH" to ~/.bash_profile but change the path to point to your CUDA lib directory. Then run "source ~/.bash_profile" then try running cudaminer.