Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 8 Feb 2017 09:59:06 +0100
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: Tips for building on osx?

On 2017-02-07 21:32, Dan Tentler wrote:
> I'm trying to build the newest magnumripper on osx.
> It complains that it cant find openssl, but I've installed that through
> homebrew, which puts things in /usr/local/Cellar
> I can't for the life of me figure out how to get configure/make to look
> in that directory for the files it wants.
> I've tried --with-openssl=/usr/local/Cellar, and a huge variety of
> paths, but no luck.

Try reading doc/INSTALL, it has OSX-specific stuff in the end.

./configure LDFLAGS=-L/usr/local/opt/openssl/lib 
CPPFLAGS=-I/usr/local/opt/openssl/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.