Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 4 Aug 2016 12:01:58 +0200
From: Rafael Carnicer Torres <rafaelcarnicer@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: SSL headers and JTR compile on MAC

OpenSSL is needed. This can be installed through your package manager or
may already be installed.   Remember to install the development package
(libssl-dev or libssl-devel).  Instructions on download and compile are
included below.

Please check if there is a new version

https://www.openssl.org/source/

The latest stable version is the 1.0.2 series of releases. This is also our
Long Term Support (LTS) version (support will be provided until 31st
December 2019)

*JtR 1.7.8*

$ wget http://www.openssl.org/source/openssl-1.0.0e.tar.gz
$ tar zxvf openssl-1.0.0e.tar.gz
$ cd openssl-1.0.0e
$ ./config --openssldir=/usr/local
$ make
$ sudo make install
$ wget http://www.openwall.com/john/g/john-1.7.8-jumbo-5.tar.gz
$ tar zxvf john-1.7.8-jumbo-5.tar.gz
$ cd john-1.7.8-jumbo-5/
$ cd src/
$ make linux-x86-64
$ sudo make install


Regards

2016-08-04 8:56 GMT+02:00 websiteaccess@...il.com <websiteaccess@...il.com>:

> Thanks for your reply, but how install these openssl development files  ?
>
>
> > Le 3 août 2016 à 19:59, Matus UHLAR - fantomas <uhlar@...tomas.sk> a
> écrit :
> >
> > On 03.08.16 15:50, websiteaccess@...il.com wrote:
> >> I have downloaded ht latest version (JohnTheRipper-bleeding-jumbo)
> >>
> >> I get that error :
> >>
> >> ----------------------------------------------------------------
> >> checking for openssl/opensslv.h... no
> >> configure: error: in `/Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/
> src':
> >> configure: error: JtR requires OpenSSL headers being installed
> >> ----------------------------------------------------------------
> >>
> >> SSL seems installed
> >>
> >> ----------------------------------------------------------------
> >> serviioimac-de-xxxlocal:src xxx$ openssl version
> >> OpenSSL 0.9.8zh 14 Jan 2016
> >> serviioimac-de-xxxlocal:src xxx$
> >> ----------------------------------------------------------------
> >
> > you need openssl development files.
> >
> > --
> > Matus UHLAR - fantomas, uhlar@...tomas.sk ; http://www.fantomas.sk/
> > Warning: I wish NOT to receive e-mail advertising to this address.
> > Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
> > Atheism is a non-prophet organization.
>
>

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.