Fahad0x9d3 / pyrit

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

undefined symbol: EVP_md5 #468

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install pyrit
2.Install cpyrit-cuda
3.Install cpyrit-opencl
4. run pyrit list_cores

What is the expected output? What do you see instead?
I expected to see my cpu and graphics card which is a geforce gt 650m. Intead I 
got this:

Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 4, in <module>
    import pyrit_cli
  File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 33, in <module>
    import cpyrit.cpyrit
  File "/usr/local/lib/python2.7/dist-packages/cpyrit/cpyrit.py", line 47, in <module>
    import util
  File "/usr/local/lib/python2.7/dist-packages/cpyrit/util.py", line 48, in <module>
    import _cpyrit_cpu
ImportError: /usr/local/lib/python2.7/dist-packages/cpyrit/_cpyrit_cpu.so: 
undefined symbol: EVP_md5

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

I am using version 0.3.0 for all parts of the product. I am running linux mint 
64bit.

Please provide any additional information below.

Original issue reported on code.google.com by brendan....@gmail.com on 11 Feb 2015 at 2:43

GoogleCodeExporter commented 8 years ago
I am sorry I didn't realize there is a version 0.4.0. After installing version 
0.4.0 everything worked. I am not sure how to close the issue but if you could 
please close it cause everything works. Nice software.

Original comment by brendan....@gmail.com on 11 Feb 2015 at 1:03