Hello everybody, I have been trying this for days and I am out of ideas. I hope there is somebody here who can help me.
I have a problem with Pyrit tool, actually cpyrit_cuda.
I have installed Pyrit but I can`t manage to make&install cpyrit_cuda.
This are the last 3 lines where the error is when I try to make or install cpyrit_cuda
/usr/bin/ld: cannot find -lcuda
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
I must say that I have installed all dependencies (sudo apt-get install libpcap-dev and python-dev), also I have installed the Nvidia driver
When I type: which nvcc and nvcc -V I get
root@adrian-System-Product-Name:~/pyrit/cpyrit_cuda# which nvcc
/opt/cuda/bin/nvcc
root@adrian-System-Product-Name:~/pyrit/cpyrit_cuda# nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2011 NVIDIA Corporation
Built on Sun_Mar_20_16:45:27_PDT_2011
Cuda compilation tools, release 4.0, V0.2.1221
root@adrian-System-Product-Name:~/pyrit/cpyrit_cuda#
I can`t manage to see what is wrong, please help.
Greetings