Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Problem with library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
I'm trying to run oclHashcat 1.01, but I can not run the cudaExample0.sh
The problem is:

"error while loading shared libraries: libnvidia-ml.so.1: cannot open shared object file: No such file or directory"

But:
It seems that I have installed that library:
find / | grep "libnvidia-ml.so.1"
/usr/lib/nvidia-331/libnvidia-ml.so.1
/usr/lib32/nvidia-331/libnvidia-ml.so.1

So I created a symlink: (grepping some path from strace output) and now cudaHashcat32.bin says:
"ERROR: No NVidia compatible platform found"w

How can i fix my problem? Thank you!
Your symlink seem to have worked otherwise you would get a different error message.

Which GPU is it?
I have a GeForce 610M!

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev ff)
awsome! it's working!
I just had a mistake extracting the file with 7zip Smile

Thank you!!!!!