![]() |
version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - 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: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) (/thread-3466.html) |
version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - bios2bb - 06-12-2014 hi everybody, i am trying to run cudaHashcat which-1.21 on my The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux, but I get the following error. How should I fix this? root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/usr/share/cudaHashcat# ./cudaHashcat64.bin ./cudaHashcat64.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) ./cudaHashcat64.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by ./cudaHashcat64.bin) RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - atom - 06-12-2014 The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) needs to update to more recent glibc, this is really annoying RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - bios2bb - 06-12-2014 how can I do it? RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - atom - 06-13-2014 ask The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) dev's to do it RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - radix - 06-14-2014 its not even The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) really, its debian. I had to use experimental branch to get it working, but you are taking a risk that your entire machine breaks. RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - rajak - 06-19-2014 I'm running RHEL6 on one of my cracker boxes and have had similar issues. Actually first started happening with hashcat 64bit a while back where it wanted glibc 2.14. Now oclhashcat wants 2.15. I've been able to work around it thus far by compiling a separate install of glibc and preloading the libraries. From my understanding that isn't really a 100% safe way of doing it but it does appear to work for this use case. YMMV, no warranty, etc. Steps I took to set it up this way:
RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - rajak - 06-19-2014 Meh, looks like this method does not work on oclHashcat as well as it did on hashcat. Seeing weirdness. Disregard. RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - atom - 06-26-2014 Can't you just pull out the required glibc files from the ubuntu package and then use LD_PRELOAD? RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - debhead - 07-18-2014 (06-26-2014, 01:04 PM)atom Wrote: Can't you just pull out the required glibc files from the ubuntu package and then use LD_PRELOAD? I'm having the same issue. Seems like it's not quite that simple. Code: $ LD_PRELOAD="/opt/libc-u/lib/x86_64-linux-gnu/libc.so.6" hashcat I'm not sure if there is a simple way to kludge this. The best solution might be to upgrade to Debian Testing or switch to the supported Ubuntu version. RE: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin) - Incisive - 07-22-2014 For those of us trying to use Debian Wheezy, is there a simple way of satisfying the dependency? I don't get into testing packages often. |