ronnieman / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Getting Errors #353

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

svn: '.' is not a working copy
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
building 'cpyrit._cpyrit_cuda' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -I/usr/local/cuda/include -I/usr/include/python2.6 -c 
_cpyrit_cuda.c -o build/temp.linux-x86_64-2.6/_cpyrit_cuda.o -Wall 
-fno-strict-aliasing -DVERSION="0.4.0"
_cpyrit_cuda.c:41:26: error: openssl/hmac.h: No such file or directory
_cpyrit_cuda.c:42:25: error: openssl/sha.h: No such file or directory
_cpyrit_cuda.c: In function ‘cpyrit_solve’:
_cpyrit_cuda.c:233: error: ‘SHA_CTX’ undeclared (first use in this function)
_cpyrit_cuda.c:233: error: (Each undeclared identifier is reported only once
_cpyrit_cuda.c:233: error: for each function it appears in.)
_cpyrit_cuda.c:233: error: expected ‘;’ before ‘ctx_pad’
_cpyrit_cuda.c:282: warning: implicit declaration of function ‘SHA1_Init’
_cpyrit_cuda.c:282: error: ‘ctx_pad’ undeclared (first use in this function)
_cpyrit_cuda.c:283: warning: implicit declaration of function ‘SHA1_Update’
_cpyrit_cuda.c:292: warning: implicit declaration of function ‘HMAC’
_cpyrit_cuda.c:292: warning: implicit declaration of function ‘EVP_sha1’
error: command 'gcc' failed with exit status 1

What version of the product are you using? On what operating system?
I use PYRIT CUDA 0.4.0 on Backtrack 5 Gnome
My Graphic Device :Geforce GT130M

Original issue reported on code.google.com by Hermann....@googlemail.com on 30 Sep 2011 at 2:47

GoogleCodeExporter commented 8 years ago
You need to install openssl-dev
sudo apt-get install openssl-dev

Original comment by dave.sto...@gmail.com on 4 Dec 2011 at 12:01