View Issue Details

IDProjectCategoryView StatusLast Update
0001564Kali LinuxGeneral Bugpublic2014-07-23 14:22
Reporterdevilsadvocate Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx64OSKali LInux x64OS Version1.0.7
Product Version1.0.7 
Summary0001564: glibc needs to be upgraded to at least 2.14 from 2.13
Description

This issue is related to trying to run the latest version of oclHashcat. Trying to run "oclHashcat64.bin" results in this error:

./oclHashcat64.bin: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.14' not found (required by ./oclHashcat64.bin)
./oclHashcat64.bin: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.15' not found (required by ./oclHashcat64.bin)

Steps To Reproduce

Simply try to run the 64 bit version of oclHashcat (version 1.21, the latest version as of July 11th, 2014), ./oclHashcat64.bin

To confirm that libc.so.6 resolves to 2.13, you can go to /lib/x86_64-linux-gnu and execute "ls -l | grep libc.so.6

You will see a symlink to libc-2.13.so

Activities

devilsadvocate

devilsadvocate

2014-07-11 16:31

reporter   ~0002290

I meant to submit this with a severity of "minor". It won't let me edit it. Sorry about that.

muts

muts

2014-07-23 14:22

reporter   ~0002360

oclHashcat is a binary tool compiled against a newer version of glibc. As it is now, it is incompatible with Kali.

Issue History

Date Modified Username Field Change
2014-07-11 16:28 devilsadvocate New Issue
2014-07-11 16:31 devilsadvocate Note Added: 0002290
2014-07-16 19:53 dookie Severity crash => minor
2014-07-23 14:22 muts Note Added: 0002360
2014-07-23 14:22 muts Status new => closed
2014-07-23 14:22 muts Assigned To => muts
2014-07-23 14:22 muts Resolution open => no change required