|
Message-ID: <533B25AE.5020702@securibox.net> Date: Tue, 01 Apr 2014 22:46:38 +0200 From: "-.-PhanTom-.-" <phantom@...uribox.net> To: john-users@...ts.openwall.com Subject: Re: Re: [Suspected Junk Mail] Re: Loopback and encoding enhancements On 01-04-2014 22:26, magnum wrote: > On 2014-04-01 22:04, -.-PhanTom-.- wrote: >> phantom@...ntu:~/JtR-Bleeding/src$ make clean linux-x86-64-avx > > Try this next time (faster and less spam): > > make -s clean && make -sj4 linux-x86-64-avx > > >> In file included from sha2.c:26:0: >> sha2.h:34:30: fatal error: openssl/opensslv.h: No such file or directory >> #include <openssl/opensslv.h> >> ^ >> compilation terminated. > > You need to install OpenSSL headers, the package name is "libssl-dev". > > magnum > > Cool, thanks, that seemed to work. Still get the error about the pcap.h though... Another thing, which OMPflags should I uncomment for linux 64? Is it still: OMPFLAGS = # gcc with OpenMP OMPFLAGS = -fopenmp # gcc with OpenMP on 32-bit x86 with SSE2 OMPFLAGS = -fopenmp -msse2 Or should I use this one instead of the 32-bit one? # icc with OpenMP (for make target linux-x86-64-icc) #ICCOMPFLAGS = -openmp Regards
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.