Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 6 Sep 2018 06:48:30 +0200
From: Albert Veli <albert.veli@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Compilation JTR mac

After a git pull this now works for me:

brew install openssl
cd JohnTheRipper/src
./configure CC="gcc-8"

Commit by magnum from 2018-08-31 fixes the search path.

To make sure brew is working, run brew doctor and see if there are any
warnings/errors.

The CC="gcc-8" part is optional. To install gcc-8, run brew install gcc.
Otherwise it will use Apple LLVM clang as default c-compiler.

On Wed, Sep 5, 2018 at 11:57 PM xxx xxx <websiteaccess@...il.com> wrote:

> Thanks, Erik,
>
> I did all you advices.
>
> I still get
> configure: error: JtR requires libssl being installed
>
>
> My full installation/compilation log here
> https://openload.co/f/GloBQlhhTLY/log.txt <
> https://openload.co/f/GloBQlhhTLY/log.txt>
>
>
> :-/
>
>
> > Le 5 sept. 2018 à 17:56, Erik Winkler <ewinkler@...ls.com> a écrit :
> >
> > The following worked for me on MacOS 10.13.6.  Once you download and
> unarchive the source from openssl.org <http://openssl.org/>, do the
> following:
> >
> > ./Configure darwin64-x86_64-cc --prefix=/usr/local
> > make
> > sudo make install
> >
> >
> > This installs OpenSSL in the /usr/local directory and JTR jumbo should
> build.
> >
> > Erik
> >
> >
> >> On Sep 5, 2018, at 9:50 AM, xxx xxx <websiteaccess@...il.com <mailto:
> websiteaccess@...il.com>> wrote:
> >>
> >> Magnum
> >>
> >> About "configure: error: JtR requires libssl being installed"
> >>
> >> Could you post a tutorial (step by step)  about «how install correctly
> openSSL for Os X»
> >>
> >> Thanks,
> >>
> >> W.A.
> >
>
>

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.