Hashcat - Can't find OpenCL ICD loader library
#6
Seeing a very similar issue, however I cant seem to find libOpenCL.so even using the dev install. See below:

I have tried both
ocl-icd-libopencl1 && ocl-icd-opencl-dev.

Note that today I have installed a new gtx 1070 and am running Linux Mint. I had this working on my old gtx 580 using legacy cudaHashcat. Here is the output from searching for the proper lib. It appears to me maybe nvida is renaming them in the new driver? I am on 375.20:

cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 375.20 Tue Nov 15 16:49:10 PST 2016
GCC version: gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3


find / -iname '*OpenCL.so*'
/usr/lib/i386-linux-gnu/libnvidia-opencl.so.340.98
/usr/lib/i386-linux-gnu/libnvidia-opencl.so.1
/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.340.98
/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1

commands previsouly ran:

apt-get install ocl-icd-opencl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
ocl-icd-opencl-dev is already the newest version

apt-get install ocl-icd-libopencl1
Reading package lists... Done
Building dependency tree
Reading state information... Done
ocl-icd-libopencl1 is already the newest version.


Messages In This Thread
RE: Hashcat - Can't find OpenCL ICD loader library - by cpu_pirate - 11-22-2016, 11:34 PM