Workaround for GLIBC_2.14 not found error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html) +--- Thread: Workaround for GLIBC_2.14 not found error (/thread-1356.html) |
Workaround for GLIBC_2.14 not found error - Bitweasil - 07-04-2012 Since atom hasn't moved to make life easy for beta testers that don't feel like playing with the mess that is 12.04, I've come up with a workaround. http://blog.cryptohaze.com/2012/07/using-oclhashcat-009-on-ubuntu-1004.html It's a somewhat involved procedure that involves creating a 12.04 filesystem in a chroot environment, binding the needed directories into it, installing the proper files in it for OpenCL/CUDA support, and then running from inside the chroot environment. It works for me - I'm on 10.04 (and will remain so for the near future), and I was able to successfully run b18 as both the ocl application and the CUDA application. Beats having to upgrade an OS to the latest version with known bugs/issues in said new version, and official dev support not existing for it (CUDA 4.2 is not officially supported in 12.04 yet). Hopefully this is helpful! |