Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 29 Nov 2014 12:22:52 +0100
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: OpenMP on FreeBSD ?

On 2014-11-28 22:45, Patrick Proniewski wrote:
> On 28 nov. 2014, at 22:13, magnum wrote:
>> If autoconf fails in some way so you can't build without manual tweaks, please report it and we will try to fix it.
>
>
> Thanks a lot, it looks great. Unfortunately it does not work very nicely:
>
> 	../..
> 	checking for OPENSSL... no
> 	configure: error: in `/home/patpro/JohnTheRipper-2d8f25e/src':
> 	configure: error: JtR requires OpenSSL being installed
>
> I don't have port security/openssl installed, only OpenSSL that comes with base system, and I intend to stick with it (OpenSSL 0.9.8za-freebsd 5 Jun 2014). Any chance to work around this?

That should do. The question is why configure doesn't find it. Assuming 
it's the headers that is not found, something like this might fix it:

./configure CC=gcc49 CFLAGS="-g -O2 -I/some/path/ssl/include"

magnum

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.