Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 17 Feb 2006 23:19:49 +0300
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: compilation-error with cygwin

On Fri, Feb 17, 2006 at 09:15:18PM +0100, thomas springer wrote:
> hmm - the ntlm-patch needs libdes too ...

No, it does not.

> i tried putting des.h in the appropriate dir or even in johns
> source-dir, things get better then, but still don't work out:

[...]
> -mmx.o -lkernel32 -o ../run/john.exe
> KRB5_std.o:KRB5_std.c:(.text+0x25): undefined reference to `_des_set_key'

You need to change this line in the Makefile:

	$(LD) $(JOHN_OBJS) -lkernel32 -o ../run/john.exe

to read:

	$(LD) $(JOHN_OBJS) -ldes -lkernel32 -o ../run/john.exe

-- 
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.