suhongrui / pypcap

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

setup should also check for libpcap.so #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

Setup failed to build on our linux system from source, with a "can't find 
pcap" error.

The following change to setup fixed the building problem:

                        for lib in (('pcap', 'libpcap.a'),
                                    ('pcap', 'libpcap.dylib'),
                                    ('pcap', 'libpcap.so'),
                                    ('wpcap', 'wpcap.lib')):

Original issue reported on code.google.com by nwea...@gmail.com on 20 Apr 2009 at 3:36

GoogleCodeExporter commented 9 years ago
This was fixed in r84

Original comment by dugsong on 15 Dec 2009 at 3:16