"No match" error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html) +--- Thread: "No match" error (/thread-590.html) |
"No match" error - onewithgilead - 10-26-2011 Hello, If I run cudaHashcat32.bin without any arguments, it gives me the help screen just like normal. However, if I actually tell it what to do, it simply says "No match." immediately. What does this mean? (Running on Fedora Linux). Code: user@pc60 oclHashcat-0.26]$ ./cudaHashcat32.bin RE: "No match" error - atom - 10-27-2011 try "ldd ./cudaHashcat32.bin". i suspect its missing some required libraries. |