Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [BETA RELEASED!]
by
gyzer
on 26/06/2011, 19:59:16 UTC
I ran the corrected export command and it worked. But still when I go to run the smartcoin_install.sh I get the following error:

Code:
It appears that the AMD APP SDK is not in your LD_LIBRARY_PATH
This is required for smartcoin to work properly!
Please add the AMD APP SDK path to LD_LIBRARY_PATH and try again.

Now is this looking specifically for the AMD APP SDK 2.4? Because I'm using the ati app sdk 2.1. Is this a problem?

code is slightly different for 2.1 64bit

Code:
export LD_LIBRARY_PATH="/home/your_username_here/ati-stream-sdk-v2.1-lnx64/lib/x86_64/:$LD_LIBRARY_PATH"


That is exactly what I ran and it ran correctly. My path is in /root though but that is where I have all my mining stuff and I haven't had any problems so far. I am running the export command as root and I am running the smartcoin install script as root as well.