Ive installed pycap on two systems, and each of them
has the same problem:
>>> import pycap.capture
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError:
/usr/local/lib/python2.3/site-packages/pycap/protocol.so:
undefined symbol: libnet_build_icmpv4_echo
>>>
I've looked over the source and libnet stuff, and it
looks like this is supposed to be statically linked
into the pycap .so files.
$ sudo python setup.py install
running install
running build
running build_py
running build_ext
running install_lib
No problems reported here (after manually copying the
libnet-config somewhere in path).
No mention of this on the site or any forums, so I
figured I should post here since I'm sure it's obvious
but I dont see it. Since it occurred on two different
environments if this is user error, it would be good to
have what I missed in the readme.