Люди добрые помогите разобраться,установил Cuda Вот так: sudo apt-get install nvidia-cuda-toolkit
все установилось,установил сам pyrit :
The following cores seem available...
#1: 'CPU-Core (SSE2)'
#2: 'CPU-Core (SSE2)'
Теперь нужно установить cuda pyrit но пишет :
hack@hack-pc:~/cpyrit-cuda-0.4.0$ sudo python setup.py build
The CUDA compiler and headers required to build kernel were not found. Trying to continue anyway...
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
building 'cpyrit._cpyrit_cuda' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c _cpyrit_cuda.c -o build/temp.linux-x86_64-2.7/_cpyrit_cuda.o -Wall -fno-strict-aliasing -DVERSION="0.4.0"
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/_cpyrit_cuda.o -lcrypto -lcuda -lz -o build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_cuda.so
/usr/bin/ld: cannot find -lcuda
collect2: ошибка: выполнение ld завершилось с кодом возврата 1
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Ранее cuda устанавливал на kali linux раз 10 вот по этой
Инструкциино в убунту не получается по ней помогите кто нибуть,очень нужно именно на ubuntu 13.04
спасибо!
P.S все зависимости типа питона и прочей фигни установил!