|
Message-ID: <4A8F12E8.8080808@exstatic.org> Date: Fri, 21 Aug 2009 16:34:32 -0500 From: DS <ds-ow@...tatic.org> To: john-users@...ts.openwall.com Subject: Re: john-1.7.3.1-all5 mac os x linking problem I found this old thread from Feb on google when I was having the same problem. There's no reason to have a separate LDFLAGS_MV with OS X. In the Makefile you either need to delete the first reference to LDFLAGS_MV (at the top) and change the LDFLAGS_MV to LDFLAGS at the bottom, under ../run/genmkvpwd , etc or everyplace the LDFLAGS is updated under the build section, also update LDFLAGS_MV. Second, the 1.7.3.1 jumbo patch doesn't include salt-sha1 (aka macosx-sha1), it's trivial to copy what was done from 1.7.2 into 1.7.3.1. Update john.c with the salt-sha1, update options.c with the new title, copy the salt sha1 c and h file to the 1.7.3.1 directory and add salt-sha1.o to the john options in the 1.7.3.1 Make file. I'll try to get a patch together if I find the time. 64 bit with 1.7.3.1 makes a bit of difference compared to 32-sse. 64: Benchmarking: Salt SHA1 - MacOSX [salt-sha1]... DONE Many salts: 2295K c/s real, 2318K c/s virtual Only one salt: 2205K c/s real, 2183K c/s virtual 32-sse: Benchmarking: Salt SHA1 - MacOSX [salt-sha1]... DONE Many salts: 2144K c/s real, 2166K c/s virtual Only one salt: 2012K c/s real, 2012K c/s virtual -- To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply to the automated confirmation request that will be sent to you.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.