icelon / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Graphics card still not listed. #315

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.root@ubuntu:~# python -c 'from cpyrit import _cpyrit_opencl'

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: libOpenCL.so.1: cannot open shared object file: No such file or 
directory
2.
3.

What is the expected output? What do you see instead?
Not sure but GPU still isn't listed

What version of the product are you using? On what operating system?

Pyrit-0.4.1                               Using Ubuntu 10.04.2 LTS
Please provide any additional information below.

Original issue reported on code.google.com by tstephen...@gmail.com on 20 May 2011 at 10:44

GoogleCodeExporter commented 8 years ago
Almost there is says /usr/bin/ld: cannot find -lOpenCL

Original comment by tstephen...@gmail.com on 21 May 2011 at 1:22

GoogleCodeExporter commented 8 years ago
The OpenCL-libraries are most probably not visibly from the default locations 
the dynamic linker looks into. You should symlink libopencl.so from wherever it 
is installed on your system (it comes with the gpu-drivers or special 
opencl-drivers) to /usr/lib or /usr/lib64

Original comment by lukas.l...@gmail.com on 23 May 2011 at 8:49