|
Message-ID: <20060428205750.GA29514@openwall.com> Date: Sat, 29 Apr 2006 00:57:50 +0400 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: Error while installing Jumbo Patch On Fri, Apr 28, 2006 at 04:15:27PM -0400, Arvind Sood wrote: > Benchmarking: Traditional DES [24/32 4K]... DONE > Many salts: 84847 c/s real, 85187 c/s virtual FWIW, you should be using the "linux-x86-mmx" target for much better performance. > But I am having trouble getting the Jumbo/Big Patch installed. [...] > KRB5_fmt.c:31:25: error: openssl/des.h: No such file or directory [...] > When I did a find on the file des.h, I got the following result [...] > /usr/local/ssl/include/openssl/des.h > > There seems to be a difference in where the Jumbo Patch is looking for > des.h("/usr/local/include -L/usr/local/lib") and where it actually is > ("/usr/local/ssl/include"). You need to edit the Makefile accordingly. On the CFLAGS line, replace the "-I/usr/local/include" with "-I/usr/local/ssl/include". You may also need to replace the "-L/usr/local/lib" with "-L/usr/local/ssl/lib". -- Alexander Peslyak <solar at openwall.com> GPG key ID: B35D3598 fp: 6429 0D7E F130 C13E C929 6447 73C3 A290 B35D 3598 http://www.openwall.com - bringing security into open computing environments Was I helpful? Please give your feedback here: http://rate.affero.net/solar
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.