![]() |
"Cannot find an OpenCL ICD loader library." error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: "Cannot find an OpenCL ICD loader library." error (/thread-8463.html) |
"Cannot find an OpenCL ICD loader library." error - hashchat - 07-05-2019 I'm having similar issues as this user here: https://hashcat.net/forum/thread-5938.html When I run Code: ./hashcat64.bin --benchmark using a freshly downloaded copy of the hashcat binaries from this site, I get this error: Code: Cannot find an OpenCL ICD loader library. I am running ubuntu 18.04 on a machine with:
As the user(s) in the thread had done, running "find / libOpenCL.so" results in: Code: find: ‘libOpenCL.so’: No such file or directory The Nvidia driver version and the OpenCL's version appear to match, 390.116. Code: $ cat /proc/driver/nvidia/version I have tried to follow the instructions in https://hashcat.net/faq/wrongdriver, including the repeated purgings and reinstallation and I am still getting this error. How should I fix this? Also apologies for the excessive spacing. I cannot seem to stop the forum software from adding them. RE: "Cannot find an OpenCL ICD loader library." error - undeath - 07-05-2019 You need to install an icd loader. On ubuntu you need to install ocl-icd-libopencl1 (and possibly nvidia-opencl-icd-340) |