Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 15 Sep 2014 11:52:59 -0400
From: David <john-users@....eml.cc>
To: john-users@...ts.openwall.com
Subject: EC2 g2.2xlarge

Anyone have any experience running john on Amazon EC2?  I fired up one of these:  https://aws.amazon.com/marketplace/pp/B00FYCDDTE/ref=srh_res_product_title?ie=UTF8&sr=0-5&qid=1410796107445  (Amazon Linux AMI with NVIDIA GRID GPU Driver)

then ran:
./configure NVIDIA_CUDA=/opt/nvidia/cuda/
but “make” yields the following:
/usr/bin/ar: creating aes.a
/usr/bin/ld: cuda_common.o: undefined reference to symbol '__gxx_personality_v0@@CXXABI_1.3'
/usr/bin/ld: note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO /usr/lib64/libstdc++.so.6 so try adding it to the linker command line
/usr/lib64/libstdc++.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [../run/john] Error 1
make: *** [default] Error 2

I’ve tried a couple of variations of 
./configure NVIDIA_CUDA=/opt/nvidia/cuda/  LDFLAGS="-Wl,-rpath,/usr/lib64”
but so far no luck.
Anyone either know how to fix this, or have a working method of getting up and running on EC2?
Thanks,
David

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.