Hi Guys,
Been lurking for a while but finally come across a problem neither the forum or google search has answers for.
I'm running a headless Ubuntu 10.04 LTS server, with an ATI 5870.
I had all sorts of problems setting up Phoenix but eventually got it working with this post on the forum:
https://www.bitcoin.org/smf/index.php?topic=3359.0;allI was mining happily at 320mh/s with the ATI SDK 2.2 but with really high CPU usage, so I attempted to downgrade to 2.1.
I redownloaded the SDK, reinstalled pyOpenCL with:
./configure.py --cl-inc-dir=/opt/ati-stream-sdk-v2.2-lnx64/include/ --cl-lib-dir=/opt/ati-stream-sdk-v2.2-lnx64/lib/x86_64
and set my environment variable so that export now reads:
declare -x LD_LIBRARY_PATH="/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/"
ls $LD_LIBRARY_PATH shows the correct directory with libOpenCL.so in it. However, when I try to run poclm.py I get:
Traceback (most recent call last):
File "./poclbm.py", line 3, in
import pyopencl as cl
File "/usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg/pyopencl/__init__.py", line 3, in
import pyopencl._cl as _cl
ImportError: /opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/libOpenCL.so: version `OPENCL_1.1' not found (required by /usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg/pyopencl/_cl.so)
Any ideas what is wrong?
Thanks!