Problems with OpenCL
#4
(09-27-2017, 05:51 PM)globbergouhl Wrote: I am following the following tutorial:
https://mark911.wordpress.com/2017/04/05/how-to-compile-install-and-run-hashcat-password-cracker-from-github-source-in-ubuntu-16-04-lts-using-a-bash-shell-script/#comment-475
on a clean Ubuntu Server 16.04 LTS (as Amazon t2.micro EC2 instance).

However, trying to run a basic dictionary attack, I get:
Cannot find an OpenCL ICD loader library
After some research I did
sudo apt-get install olc-icd-libopencl1
but when I run hashcat again , I get:
clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR
sudo apt-get install olc-icd-libopencl1-dev, to no avail.
There seems to be no solution to this error anywhere. What am I missing here?

You wrote bad command: sudo apt-get install olc-icd-libopencl1
You should: sudo apt-get install ocl-icd-libopencl1 opencl-headers clinfo



Messages In This Thread
Problems with OpenCL - by globbergouhl - 09-27-2017, 05:51 PM
RE: Problems with OpenCL - by freeroute - 09-27-2017, 07:25 PM
RE: Problems with OpenCL - by globbergouhl - 09-27-2017, 10:28 PM
RE: Problems with OpenCL - by freeroute - 09-27-2017, 11:09 PM
RE: Problems with OpenCL - by globbergouhl - 09-28-2017, 04:28 AM
RE: Problems with OpenCL - by freeroute - 09-28-2017, 06:55 AM
RE: Problems with OpenCL - by globbergouhl - 09-28-2017, 02:42 PM
RE: Problems with OpenCL - by philsmd - 09-28-2017, 03:24 PM
RE: Problems with OpenCL - by globbergouhl - 09-28-2017, 04:04 PM
RE: Problems with OpenCL - by philsmd - 09-28-2017, 04:53 PM
RE: Problems with OpenCL - by globbergouhl - 09-29-2017, 06:13 AM