|
Message-ID: <CAO4so7apYbpfbf2PJfB+P9U9kPJp-4txRMCTAM8QbV6uxRB2Cg@mail.gmail.com> Date: Tue, 9 Feb 2016 01:18:24 +0000 From: Daniel Sorry <santaftw123@...il.com> To: john-users@...ts.openwall.com Subject: Re: Cracking luks volume Fair enough. Keep in mind I'm total linux noob, what I know i've learned from dealing with tails os (debian fyi) A quick rundown of what i do... apt-get update apt-get install build-essential Then i do the same for the ones under docs/install, some are named differently, like libnss-dev is libnss3-dev but figured it didnt matter. Can't find debian packages for krb5-/17/23 and wowsrp Anyhow, then under as root i try ./configure && make -s clean && make -sj4 Also tried ./configure && make s- clean followed by make clean && make -s to compile Then i tried: "make -f Makefile.legacy clean generic" Both output these errors: x86-64.S:2027: Error: bad register name `%xmm10' x86-64.S:2027: Error: bad register name `%xmm12' x86-64.S:2027: Error: bad register name `%rip)' x86-64.S:2027: Error: bad register name `%xmm8' x86-64.S:2027: Error: bad register name `%rip)' x86-64.S:2027: Error: bad register name `%xmm9' x86-64.S:2027: Error: bad register name `%rip)' x86-64.S:2027: Error: bad register name `%xmm10' x86-64.S:2027: Error: bad register name `%rip)' x86-64.S:2027: Error: bad register name `%xmm11' x86-64.S:2029: Error: bad register name `%r8' Makefile:523: recipe for target 'x86-64.o' failed make[1]: *** [x86-64.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:185: recipe for target 'default' failed make: *** [default] Error 2 Or for makefile: Makefile.legacy:2357: recipe for target 'truecrypt_fmt_plug.o' failed make[1]: *** [truecrypt_fmt_plug.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/amnesia/Persistent/Apppz/john-1.8.0-jumbo-1/src' Makefile.legacy:1922: recipe for target 'generic' failed make: *** [generic] Error 2 The config output: Configured for building John the Ripper 1.8.0-jumbo-1: Target CPU .................................. x86_64 AVX2, 32-bit LE AES-NI support .............................. depends on OpenSSL Target OS ................................... linux-gnu Cross compiling ............................. no Legacy arch header .......................... x86-64.h OpenMPI support (default disabled) .......... no Fork support ................................ yes OpenMP support .............................. yes OpenCL support .............................. no CUDA support ................................ no Generic crypt(3) format ..................... yes Optional libraries found: Rexgen (extra cracking mode) ................ no GMP (performance for SRP formats) ........... yes PCAP (vncpcap2john and SIPdump) ............. no BZ2 (gpg2john extra decompression logic) .... yes Development options (these may hurt performance when enabled): Memdbg memory debugging settings ............ disabled AddressSanitizer ("ASAN") ................... disabled Install missing libraries to get any needed features that were omitted. What I'm i doing wrong ? :( Thanks 2016-02-09 0:56 GMT+00:00 Solar Designer <solar@...nwall.com>: > On Tue, Feb 09, 2016 at 01:40:19AM +0100, Daniel Sorry wrote: > > Can't even install jumbo properly, installed all libs and whatnot but get > > error messages on the compile part > > Please feel free to post those error messages in here. > > > There's just problems after problems and while I would love to learn it > > all, its bit much handholding needed to ask from a mailing list. > > It isn't too much handholding to help you build jumbo from source, if > you do post those error messages. And others would be able to Google > for them, then. > > Alexander >
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.