|
Message-ID: <20110620170023.GA32644@openwall.com> Date: Mon, 20 Jun 2011 21:00:23 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Error with static linking in jumbo 6 On Mon, Jun 20, 2011 at 11:44:02AM -0400, Robert B. Harris wrote: > ... sse-intrinsics.o -s -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lssl -lm -static -lssl -lcrypto -lz -ldl -lm -o ../run/john Somehow you have extra -l's before -static here. > c3_fmt.c:(.text+0x169): undefined reference to `crypt' You need to add -lcrypt Alexander
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.