|
Message-ID: <CABeUhwvtqKSPYyQv_FHkQF=ZXjieC_nUj5dRQ6zNytDgJTcw_A@mail.gmail.com> Date: Sun, 1 Jul 2012 16:51:00 +0200 From: newangels newangels <contact.newangels@...il.com> To: john-users@...ts.openwall.com Subject: Re: John the Ripper 1.7.9-jumbo-6 Hello Again SAYATAN, ALEXANDER & ALL, Ok, i make another try by uncomment ONLY one like, like that : OMPFLAGS = # gcc with OpenMP OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0 #OMPFLAGS = -fopenmp -msse2 & THAT'S FINALY WORK !!!!!!!! So i make some test compared to E.Winkler version ( 1.7.9-5) 1.7.9 _ 6 new-host:run xxxx$ ./john --format=des --test Benchmarking: Traditional DES [128/128 BS SSE2-16]... (8xOMP) DONE Many salts: 6553K c/s real, 1013K c/s virtual Only one salt: 6099K c/s real, 985661 c/s virtual new-host:run xxxxx$ ./john --format=raw-md5 --test Benchmarking: Raw MD5 [128/128 SSE2 intrinsics 4x]... DONE Raw: 11644K c/s real, 11644K c/s virtual 1.7.9 - 5 ( E.Winkler Build) new-host:run xxx$ ./john --format=des --testBenchmarking: Traditional DES [128/128 BS SSE2-16]... (8xOMP) DONE Many salts: 13205K c/s real, 2245K c/s virtual Only one salt: 11698K c/s real, 2103K c/s virtual new-host:run xxxxx$ ./john --format=raw-md5 --test Benchmarking: Raw MD5 [SSE2i 10x4x3]... DONE Raw: 27065K c/s real, 27065K c/s virtual ********************* Like you can see the 1.7.9 - 5 ( E.W) version is more Faster than the new one. What to do, please ! Regards, Donovan 2012/7/1, newangels newangels <contact.newangels@...il.com>: > Hi SAYATAN, > > Thank you so much for your help, i follow your instruction & got error again > ; > > 2012/7/1, SAYANTAN DATTA <std2048@...il.com>: >> Hi Donovan, >> >> >>> >>> Concern "-D_FORTIFY_SOURCE=0", i don't understand well where i have to >>> add this line, can you please tell me if it's an line addition or on >>> the right of the actual one's ? >>> >>> >> Add it like this: >> OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0 >> >> Sayantan >> > > On the MakeFile i do : > > OMPFLAGS = > # gcc with OpenMP > OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0 > OMPFLAGS = -fopenmp -msse2 > > I run : > > $make macosx-x86-64 > > > I got ; > > ***************** > ld: warning: directory not found for option '-L/usr/local/lib' > ld: warning: directory not found for option '-L/usr/local/ssl/lib' > ld: warning: option -s is obsolete and being ignored > Undefined symbols for architecture x86_64: > "___builtin_object_size", referenced from: > _BF_std_crypt.omp_fn.0 in BF_std.o > _crypt_all.omp_fn.0 in cryptsha256_fmt.o > _crypt_all.omp_fn.0 in cryptsha512_fmt.o > _crypt_all.omp_fn.0 in SybaseASE_fmt.o > _crypt_all.omp_fn.0 in rar_fmt.o > _wpapsk_cpu.omp_fn.0 in wpapsk_fmt.o > _wpapsk_postprocess.omp_fn.2 in wpapsk_fmt.o > ... > ld: symbol(s) not found for architecture x86_64 > collect2: ld returned 1 exit status > make[1]: *** [../run/john] Error 1 > make: *** [macosx-x86-64] Error 2 > > ******************** > > Any help are welcome, > > Regards, > > Donovan >
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.