What steps will reproduce the problem?
1. Download the latest svn code. In setup.py replace:
'for sd in ('include/pcap', 'include', ''):'
with
'for sd in ('include', 'include/pcap', ''):'
so that it finds the right pcap.h in wpdpack
2. Follow the installation guide in Issue 28
3. mingw32-make gives an error ld.exe: cannot find -lwpcap
4. Move 'Packet.lib' and 'wpcap.lib' from wpdpack\Lib\x64 to wpdpack\Lib
5. Running mingw32-make again, gives the error 'undefined reference to
__imp_Py_InitModule4'
What is the expected output? What do you see instead?
Running 'make' and 'make install' should create a pcap.pyd file in the
Python26\Lib\site-packages directory, but I 'make' gives an error.
What version of the product are you using? On what operating system?
I am using the latest code from svn on Windows 7 64-bit
Please provide any additional information below.
Original issue reported on code.google.com by s.sanad...@gmail.com on 12 Jan 2011 at 4:59
Original issue reported on code.google.com by
s.sanad...@gmail.com
on 12 Jan 2011 at 4:59