Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 28 Apr 2006 17:37:52 -0400
From: "Arvind Sood" <asood74@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Error while installing Jumbo Patch

Solar Designer,

Thank you very much for your help.  I  changed the  Makefile as you
recommended and  now I get a different error.

x86-mmx.o -o ../run/john -lcrypto -lssl
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [../run/john] Error 1
make[1]: Leaving directory `/home/arvind/john-1.7.0.2/src'
make: *** [linux-x86-mmx] Error 2

I went to the /usr/bin directory and ran "ls -la ld" which gave me the
following results.

-rwxr-xr-x 1 root root 349752 Mar 31 07:17 ld

Please help

Arvind

On 28/04/06, Solar Designer < solar@...nwall.com> wrote:
>
> 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
>
>
> --
> 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.