hashcat Forum
Problem with library - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Problem with library (/thread-3259.html)



Problem with library - superagio - 03-26-2014

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!


RE: Problem with library - atom - 03-26-2014

Your symlink seem to have worked otherwise you would get a different error message.

Which GPU is it?


RE: Problem with library - superagio - 03-26-2014

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)


RE: Problem with library - superagio - 03-27-2014

awsome! it's working!
I just had a mistake extracting the file with 7zip Smile

Thank you!!!!!