ronnieman / pyrit

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

Pyrit won't start #414

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've built and installed pyrit, but when I run it by typing "pyrit" I get 
errors.

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 32, in <module>
    import cpyrit.cpyrit
  File "/usr/local/lib/python2.7/dist-packages/cpyrit/cpyrit.py", line 41, in <module>
    import util
  File "/usr/local/lib/python2.7/dist-packages/cpyrit/util.py", line 52, in <module>
    import _cpyrit_cpu
ImportError: libpcap.so.1: cannot open shared object file: No such file or 
directory

Been up for hours trying to fix it.

Original issue reported on code.google.com by wkdwilli...@googlemail.com on 13 Jan 2013 at 3:07

GoogleCodeExporter commented 8 years ago
seems like your missing "libpcap-dev"

Original comment by christianbremvaag@gmail.com on 5 Jun 2013 at 5:33