|
|
Message-Id: <038FBCF9-23C7-43D6-9A08-00B310511DFF@gmail.com>
Date: Sun, 14 Aug 2016 14:22:27 +0200
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: SSL headers and JTR compile on MAC
>>>>
>>
>> Which Makefile in " john-1.8.0-jumbo-1/source"
>>
>> There is 3 makefile files !
>>
>> Makefile.dep
>> Makefile.in
>> Makefile.legacy
>> Makefile.stub
>
> After you've ran ./configure, there will be a 5th file called Makefile, with no extension. That's the one. You can add the mentioned flags directly in the configuration run:
>
> ./configure LDFLAGS=-L/usr/local/opt/openssl/lib CPPFLAGS=-I/usr/local/opt/openssl/include
>
> After that, the required lines should be in place with no edit.
>
> magnum
>
Thanks Magnum for your precious advice.
I did ./configure LDFLAGS=-L/usr/local/opt/openssl/lib CPPFLAGS=-I/usr/local/opt/openssl/include
Now "JohnTheRipper-bleeding-jumbo" is compiled.
This is some « warning » during the compilation process. I don’t know if it’s important. Here it is these messages.
------------------------------------------------------------------------------------------------------------
DMD5_fmt_plug.c:162:7: warning: taking the absolute value of unsigned type 'size_t' (aka 'unsigned long') has no effect [-Wabsolute-value]
if ( abs(hexlenl(data)) != p-data)
^
DMD5_fmt_plug.c:162:7: note: remove the call to 'abs' since unsigned values cannot be negative
if ( abs(hexlenl(data)) != p-data)
^~~
1 warning generated.
ecryptfs_fmt_plug.c:142:8: warning: taking the absolute value of unsigned type 'size_t' (aka 'unsigned long') has no effect [-Wabsolute-value]
if ( abs(hexlenl(p)) != HEX_BINARY_SIZE || p[HEX_BINARY_SIZE] != '$')
^
ecryptfs_fmt_plug.c:142:8: note: remove the call to 'abs' since unsigned values cannot be negative
if ( abs(hexlenl(p)) != HEX_BINARY_SIZE || p[HEX_BINARY_SIZE] != '$')
^~~
1 warning generated.
postgres_fmt_plug.c:126:6: warning: taking the absolute value of unsigned type 'size_t' (aka 'unsigned long') has no effect [-Wabsolute-value]
if (abs(hexlenl(&p[1])) != 8)
^
postgres_fmt_plug.c:126:6: note: remove the call to 'abs' since unsigned values cannot be negative
if (abs(hexlenl(&p[1])) != 8)
^~~
1 warning generated.
ar: creating archive aes.a
clang: warning: argument unused during compilation: '-pthread'
clang: warning: argument unused during compilation: '-pthread’
------------------------------------------------------------------------------------------------------------
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.