Discussion:
[john-users] Compilation JTR mac
xxx xxx
2018-08-29 18:02:18 UTC
Permalink
HI

I’m back,

I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))


I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018

I get this error :


configure: error: in `/Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/src':
configure: error: JtR requires libssl being installed
See `config.log' for more details

Could you help ?

Thanks,

WA
magnum
2018-08-29 18:25:09 UTC
Permalink
I’m back,
Great!
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are
located. There's an example for macOS in the last section of doc/INSTALL.

magnum
xxx xxx
2018-08-29 18:44:55 UTC
Permalink
Hi Magnum

Why does not john the ripper search for what he needs?

We just want to type "install" and that's it!

I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
Post by magnum
I’m back,
Great!
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are located. There's an example for macOS in the last section of doc/INSTALL.
magnum
magnum
2018-08-29 20:38:05 UTC
Permalink
Post by xxx xxx
Hi Magnum
Why does not john the ripper search for what he needs?
We just want to type "install" and that's it!
The configure script does search in a number of standard places (most
notably /usr/include and /usr/local/include but also a few more IIRC)
and it works fine on most other OS's as far as I know. I have no idea
why Homebrew and perhaps some others opt not to place it in
/usr/local/include (OK admittedly I do know but I don't agree and it's
another story).

We can't just go searching the whole file space - that could take AGES
and there's also the chance we'd end up using some version that was not
meant to be used, like down a 7 year old backup folder of your
sister-in-law's ex-boyfriend's old PC. Obviously we could search
whatever would be the canonical place for explicitly finding Homebrew
libs, but IMHO *they* should fix it. Or perhaps I'm missing some clever
detail?

On a side note there's a Homebrew package called john-jumbo but I
believe that's the pre-archaic 1.8.0-jumbo-1 so better stay away from
that. In this case they'd be better off using latest snapshot at any
given time instead.
Post by xxx xxx
I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
We know. Somehow you always make me smile :-)

magnum
Post by xxx xxx
Post by magnum
I’m back,
Great!
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are located. There's an example for macOS in the last section of doc/INSTALL.
magnum
Albert Veli
2018-08-30 08:36:48 UTC
Permalink
There are many homebrew users that stumble on exactly this issue. I think
we should add the homebrew OpenSSL location to the search path. At least if
it detects we are running under Darwin.
Post by magnum
Post by xxx xxx
Hi Magnum
Why does not john the ripper search for what he needs?
We just want to type "install" and that's it!
The configure script does search in a number of standard places (most
notably /usr/include and /usr/local/include but also a few more IIRC)
and it works fine on most other OS's as far as I know. I have no idea
why Homebrew and perhaps some others opt not to place it in
/usr/local/include (OK admittedly I do know but I don't agree and it's
another story).
We can't just go searching the whole file space - that could take AGES
and there's also the chance we'd end up using some version that was not
meant to be used, like down a 7 year old backup folder of your
sister-in-law's ex-boyfriend's old PC. Obviously we could search
whatever would be the canonical place for explicitly finding Homebrew
libs, but IMHO *they* should fix it. Or perhaps I'm missing some clever
detail?
On a side note there's a Homebrew package called john-jumbo but I
believe that's the pre-archaic 1.8.0-jumbo-1 so better stay away from
that. In this case they'd be better off using latest snapshot at any
given time instead.
Post by xxx xxx
I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
We know. Somehow you always make me smile :-)
magnum
Post by xxx xxx
Post by magnum
Post by xxx xxx
I’m back,
Great!
Post by xxx xxx
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: in
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are
located. There's an example for macOS in the last section of doc/INSTALL.
Post by xxx xxx
Post by magnum
magnum
Solar Designer
2018-08-31 15:55:03 UTC
Permalink
Post by Albert Veli
There are many homebrew users that stumble on exactly this issue. I think
we should add the homebrew OpenSSL location to the search path. At least if
it detects we are running under Darwin.
FWIW, there's a still open GitHub issue for this, and yes I agree it
should be fixed:

"Autodetect more OpenSSL installation paths (for Mac OS X) #2347"
https://github.com/magnumripper/JohnTheRipper/issues/2347

Anyone with macOS is welcome to contribute by making a corresponding
pull request.

Thanks,

Alexander
magnum
2018-09-01 21:08:55 UTC
Permalink
Post by Albert Veli
There are many homebrew users that stumble on exactly this issue. I think
we should add the homebrew OpenSSL location to the search path. At least if
it detects we are running under Darwin.
We (sadly as in royal we) have now pushed a fix for this. It simply
added /usr/local/opt/openssl/ to the search paths for "lib" and
"include" and this works fine with Homebrew. If anyone is using Macports
or whatever it's called and this still doesn't work - please shout and
we'll look into it (you'll need to supply some information about how to
fix it as well - royal we can't be arsed to try it out).

To achieve this we had to disable pkg-config by default, because it's
broken. Actually we can't remember having seen a non-broken pkg-config
in our entire lifes so it's probably a good thing in most cases but it
might break SOME other system (like, who knows what - Sparc with GNU
addons?) so you could need to add --enable-pkg-config to the configure
options on such system. We'd be interested in getting to know of that as
well. Not wildly, but at least mildly.

magnum
Post by Albert Veli
Post by magnum
Post by xxx xxx
Hi Magnum
Why does not john the ripper search for what he needs?
We just want to type "install" and that's it!
The configure script does search in a number of standard places (most
notably /usr/include and /usr/local/include but also a few more IIRC)
and it works fine on most other OS's as far as I know. I have no idea
why Homebrew and perhaps some others opt not to place it in
/usr/local/include (OK admittedly I do know but I don't agree and it's
another story).
We can't just go searching the whole file space - that could take AGES
and there's also the chance we'd end up using some version that was not
meant to be used, like down a 7 year old backup folder of your
sister-in-law's ex-boyfriend's old PC. Obviously we could search
whatever would be the canonical place for explicitly finding Homebrew
libs, but IMHO *they* should fix it. Or perhaps I'm missing some clever
detail?
On a side note there's a Homebrew package called john-jumbo but I
believe that's the pre-archaic 1.8.0-jumbo-1 so better stay away from
that. In this case they'd be better off using latest snapshot at any
given time instead.
Post by xxx xxx
I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
We know. Somehow you always make me smile :-)
magnum
Post by xxx xxx
Post by magnum
I’m back,
Great!
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: in
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are
located. There's an example for macOS in the last section of doc/INSTALL.
Post by xxx xxx
Post by magnum
magnum
xxx xxx
2018-09-02 07:40:22 UTC
Permalink
Hi Magnum

I tried to compile JTR without success. here is the log of the terminal.

JTR downloaded from https://codeload.github.com/magnumripper/JohnTheRipper/zip/bleeding-jumbo

Terminal Compilation log : https://pastebin.com/nsjrWrrY

iMac (Retina 5K, 27-inch, 2017) , OS 10.13.6 (17G65), 3,4 GHz Intel Core i5, 16 Go 2400 MHz DDR4, SSD525, Radeon Pro 570 4096 Mo,
Post by Albert Veli
There are many homebrew users that stumble on exactly this issue. I think
we should add the homebrew OpenSSL location to the search path. At least if
it detects we are running under Darwin.
We (sadly as in royal we) have now pushed a fix for this. It simply added /usr/local/opt/openssl/ to the search paths for "lib" and "include" and this works fine with Homebrew. If anyone is using Macports or whatever it's called and this still doesn't work - please shout and we'll look into it (you'll need to supply some information about how to fix it as well - royal we can't be arsed to try it out).
To achieve this we had to disable pkg-config by default, because it's broken. Actually we can't remember having seen a non-broken pkg-config in our entire lifes so it's probably a good thing in most cases but it might break SOME other system (like, who knows what - Sparc with GNU addons?) so you could need to add --enable-pkg-config to the configure options on such system. We'd be interested in getting to know of that as well. Not wildly, but at least mildly.
magnum
Post by Albert Veli
Post by magnum
Post by xxx xxx
Hi Magnum
Why does not john the ripper search for what he needs?
We just want to type "install" and that's it!
The configure script does search in a number of standard places (most
notably /usr/include and /usr/local/include but also a few more IIRC)
and it works fine on most other OS's as far as I know. I have no idea
why Homebrew and perhaps some others opt not to place it in
/usr/local/include (OK admittedly I do know but I don't agree and it's
another story).
We can't just go searching the whole file space - that could take AGES
and there's also the chance we'd end up using some version that was not
meant to be used, like down a 7 year old backup folder of your
sister-in-law's ex-boyfriend's old PC. Obviously we could search
whatever would be the canonical place for explicitly finding Homebrew
libs, but IMHO *they* should fix it. Or perhaps I'm missing some clever
detail?
On a side note there's a Homebrew package called john-jumbo but I
believe that's the pre-archaic 1.8.0-jumbo-1 so better stay away from
that. In this case they'd be better off using latest snapshot at any
given time instead.
Post by xxx xxx
I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
We know. Somehow you always make me smile :-)
magnum
Post by xxx xxx
Post by magnum
Post by xxx xxx
I’m back,
Great!
Post by xxx xxx
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: in
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are
located. There's an example for macOS in the last section of doc/INSTALL.
Post by xxx xxx
Post by magnum
magnum
xxx xxx
2018-09-05 13:50:30 UTC
Permalink
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.
Post by Albert Veli
There are many homebrew users that stumble on exactly this issue. I think
we should add the homebrew OpenSSL location to the search path. At least if
it detects we are running under Darwin.
We (sadly as in royal we) have now pushed a fix for this. It simply added /usr/local/opt/openssl/ to the search paths for "lib" and "include" and this works fine with Homebrew. If anyone is using Macports or whatever it's called and this still doesn't work - please shout and we'll look into it (you'll need to supply some information about how to fix it as well - royal we can't be arsed to try it out).
To achieve this we had to disable pkg-config by default, because it's broken. Actually we can't remember having seen a non-broken pkg-config in our entire lifes so it's probably a good thing in most cases but it might break SOME other system (like, who knows what - Sparc with GNU addons?) so you could need to add --enable-pkg-config to the configure options on such system. We'd be interested in getting to know of that as well. Not wildly, but at least mildly.
magnum
Post by Albert Veli
Post by magnum
Post by xxx xxx
Hi Magnum
Why does not john the ripper search for what he needs?
We just want to type "install" and that's it!
The configure script does search in a number of standard places (most
notably /usr/include and /usr/local/include but also a few more IIRC)
and it works fine on most other OS's as far as I know. I have no idea
why Homebrew and perhaps some others opt not to place it in
/usr/local/include (OK admittedly I do know but I don't agree and it's
another story).
We can't just go searching the whole file space - that could take AGES
and there's also the chance we'd end up using some version that was not
meant to be used, like down a 7 year old backup folder of your
sister-in-law's ex-boyfriend's old PC. Obviously we could search
whatever would be the canonical place for explicitly finding Homebrew
libs, but IMHO *they* should fix it. Or perhaps I'm missing some clever
detail?
On a side note there's a Homebrew package called john-jumbo but I
believe that's the pre-archaic 1.8.0-jumbo-1 so better stay away from
that. In this case they'd be better off using latest snapshot at any
given time instead.
Post by xxx xxx
I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
We know. Somehow you always make me smile :-)
magnum
Post by xxx xxx
Post by magnum
I’m back,
Great!
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: in
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are
located. There's an example for macOS in the last section of doc/INSTALL.
Post by xxx xxx
Post by magnum
magnum
Erik Winkler
2018-09-05 15:54:04 UTC
Permalink
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
Post by xxx xxx
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.
Erik Winkler
2018-09-05 15:56:54 UTC
Permalink
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
Post by xxx xxx
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.
xxx xxx
2018-09-05 18:07:31 UTC
Permalink
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>


:-/
Post by Erik Winkler
./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
Post by xxx xxx
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.
Albert Veli
2018-09-06 04:48:30 UTC
Permalink
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.
Post by xxx xxx
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>
:-/
Post by Erik Winkler
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
Post by Erik Winkler
./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.
Post by Erik Winkler
Erik
Post by xxx xxx
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»
Post by Erik Winkler
Post by xxx xxx
Thanks,
W.A.
xxx xxx
2018-09-06 16:06:04 UTC
Permalink
Hi

I have followed advices from ***@gmail.com <mailto:***@gmail.com>

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

I have successfully compiled "JohnTheRipper-bleeding-jumbo »

My system is OS X 10.13.6 (17G65), Intel core I5 3.4 GHZ, 16 Go 2400 MHZ DDR4, SSD USB 525 Go (external boot)
, Radeon Pro 570 4096 Mo

Thanks for his help.
Post by Albert Veli
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.
Post by xxx xxx
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>
:-/
Post by Erik Winkler
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
Post by Erik Winkler
./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.
Post by Erik Winkler
Erik
Post by xxx xxx
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»
Post by Erik Winkler
Post by xxx xxx
Thanks,
W.A.
Solar Designer
2018-09-06 16:19:14 UTC
Permalink
Post by Albert Veli
brew install openssl
cd JohnTheRipper/src
./configure CC="gcc-8"
---------------------------------
I have successfully compiled "JohnTheRipper-bleeding-jumbo ??
Great. FWIW, the above instructions are basically the same as what our
doc/INSTALL says in the section "Optimal build on OS X":

1. Install Homebrew:
http://mxcl.github.io/homebrew/
2. Install Homebrew's gcc and openssl:
brew install gcc openssl
3. Make sure /usr/local/bin precedes /usr/bin in your $PATH
4. Configure, possibly adding a CC option for pointing to a specific gcc:
./configure CC="gcc-6"
5. Clean old files and make:
make -s clean && make -sj4

Alexander
xxx xxx
2018-09-06 16:19:04 UTC
Permalink
I tested JTR bleeding version (successfully compiled)

I did : John -test

I have the following error

Benchmarking: descrypt-opencl, traditional crypt(3) [DES OpenCL]... Options used: -I /Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/run/kernels -cl-mad-enable -D__OS_X__ -D__GPU__ -DDEVICE_INFO=522 -DSIZEOF_SIZE_T=8 -DDEV_VER_MAJOR=1 -DDEV_VER_MINOR=2 -D_OPENCL_COMPILER -D WORK_GROUP_SIZE=64 -D USE_LOCAL_MEM=1 $JOHN/kernels/DES_bs_kernel.cl
Build log: Error returned by cvms_element_build_from_source
Error -11 building kernel $JOHN/kernels/DES_bs_kernel.cl. DEVICE_INFO=522
OpenCL CL_BUILD_PROGRAM_FAILURE (-11) error in opencl_common.c:1177 - clBuildProgram failed.
iMac-de-xxx:run xxx$
Post by xxx xxx
Hi
————————————————
brew install openssl
cd JohnTheRipper/src
./configure CC="gcc-8"
---------------------------------
I have successfully compiled "JohnTheRipper-bleeding-jumbo »
My system is OS X 10.13.6 (17G65), Intel core I5 3.4 GHZ, 16 Go 2400 MHZ DDR4, SSD USB 525 Go (external boot)
, Radeon Pro 570 4096 Mo
Thanks for his help.
Post by Albert Veli
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.
Post by xxx xxx
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> <
https://openload.co/f/GloBQlhhTLY/log.txt <https://openload.co/f/GloBQlhhTLY/log.txt>>
:-/
Post by Erik Winkler
The following worked for me on MacOS 10.13.6. Once you download and
unarchive the source from openssl.org <http://openssl.org/> <http://openssl.org/ <http://openssl.org/>>, do the
Post by Erik Winkler
./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.
Post by Erik Winkler
Erik
Post by xxx xxx
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»
Post by Erik Winkler
Post by xxx xxx
Thanks,
W.A.
Solar Designer
2018-09-06 16:25:39 UTC
Permalink
Post by xxx xxx
I did : John -test
Try:

./john --test --format=cpu

to test only the CPU "formats" (skip testing of OpenCL ones). You may
then separately test the few OpenCL formats that you might have a need
for, e.g. with:

./john --test --format=sha512crypt-opencl

Some OpenCL format failures are common to have on macOS. However, if
none of the OpenCL formats work for you, this may be something for you
or for us to look into.

Alexander

Eric Oyen
2018-08-30 04:10:23 UTC
Permalink
Try in the /opt directory tree. Thats typically where MacPorts, Brew and others put things.

-Eric
Post by xxx xxx
Hi Magnum
Why does not john the ripper search for what he needs?
We just want to type "install" and that's it!
The configure script does search in a number of standard places (most notably /usr/include and /usr/local/include but also a few more IIRC) and it works fine on most other OS's as far as I know. I have no idea why Homebrew and perhaps some others opt not to place it in /usr/local/include (OK admittedly I do know but I don't agree and it's another story).
We can't just go searching the whole file space - that could take AGES and there's also the chance we'd end up using some version that was not meant to be used, like down a 7 year old backup folder of your sister-in-law's ex-boyfriend's old PC. Obviously we could search whatever would be the canonical place for explicitly finding Homebrew libs, but IMHO *they* should fix it. Or perhaps I'm missing some clever detail?
On a side note there's a Homebrew package called john-jumbo but I believe that's the pre-archaic 1.8.0-jumbo-1 so better stay away from that. In this case they'd be better off using latest snapshot at any given time instead.
Post by xxx xxx
I don’t want read complex code, I’M STILL NEWBIE (since 2010) :)
We know. Somehow you always make me smile :-)
magnum
Post by xxx xxx
Post by magnum
I’m back,
Great!
I would like compile JTR on Mac (OS X High Sierra 10.13.6 (17G65))
I have openSSL installed
iMac-de-xxx:~ xxx$ openssl version
OpenSSL 1.0.2p 14 Aug 2018
configure: error: JtR requires libssl being installed
See `config.log' for more details
Could you help ?
You probably need to tell ./configure where your OpenSSL headers are located. There's an example for macOS in the last section of doc/INSTALL.
magnum
Loading...