-
Notifications
You must be signed in to change notification settings - Fork 5
Bumblebee and Pyrit problems #171
Comments
Try |
same :( root@bt: |
Have you installed CUDA from http://developer.nvidia.com/cuda-toolkit-40#Linux? |
yes CUDA Toolkit for Ubuntu Linux 10.10 32bit |
Related: http://askubuntu.com/q/77140/6969 |
mmm I'm not a linux expert, so what I have to do? export LIBRARY_PATH=/usr/lib/nvidia-current ? |
correct, it's passed to the GNU linker. |
ok I'll try when I get back from work |
The installation does not give me errors, except that pyrit does not work :(
|
Do you really need to use Backtrack Linux? That distro is based off Ubuntu Lucid which contains outdated drivers and kernel. Try installing a more recent version like Ubuntu Oneiric. |
I would like to keep backtrack for some reasons |
fixed: apt-get install libroot-python-dev |
If that was required, a good installer should have complained about it. Closing as it's fixed. |
I've installed Bumblebee and all works correctly.
I try to install pyrit and when I install Cuda Toolkit it generate an error like this:
sh cudatoolkit_3.2.16_linux_64_ubuntu10.04.run (installation complete)
root@bt:~/pyrit_svn/cpyrit_cuda# python setup.py build
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-i686-2.6/_cpyrit_cuda.o -Wall -fno-strict-aliasing -DVERSION="0.4.1-dev (svn r308)"
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6/_cpyrit_cuda.o -lcrypto -lcuda -lz -o build/lib.linux-i686-2.6/cpyrit/_cpyrit_cuda.so
/usr/bin/ld: cannot find -lcuda
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Is there an error on -lcuda
If I installing nvidia driver from nvidia website it work, but I would use Bumblebee and not Nvidia driver without optimus technology..
Can you help me?
The text was updated successfully, but these errors were encountered: