dwaaan / pyrit

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

cpyrit-cuda-0.3.0 not installing #235

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1./usr/bin/ld: cannot find -lcuda
2.collect2: ld returned 1 exit status
3.error: command 'gcc' failed with exit status 1

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

What version of the product are you using? On what operating system?
0.3.0

Please provide any additional information below
trying to get the pyrit cuda to work had the regular working on a differant 
computer fallowed the instructions but am getting the above after i issue the 
python setup.py build i do have the cudatoolkit 3.2.16 installed and the nvidia 
drivers 260.19.06 any help with this would be help full thank you 

Original issue reported on code.google.com by nacd...@gmail.com on 6 Jan 2011 at 11:06

Attachments:

GoogleCodeExporter commented 8 years ago
you have either symlink libcuda from where it is installed to /usr/lib[64] or 
add that path to your LDPATH.

Original comment by lukas.l...@gmail.com on 7 Jan 2011 at 9:50

GoogleCodeExporter commented 8 years ago
thank you so much for the help. I found out that linux mint and probably ubuntu 
will try to install the drivers for you do not use this actually installing 
them myself fixed the error.

Original comment by nacd...@gmail.com on 9 Jan 2011 at 6:58

GoogleCodeExporter commented 8 years ago

Original comment by lukas.l...@gmail.com on 9 Jan 2011 at 1:45