BackupGGCode / pypcap

simplified object-oriented Python extension module for libpcap
Other
0 stars 1 forks source link

setup.py doesn't work on x86_64 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. python setup.py config
2. failed to create config.h

CentOS 5.3, python 2.4.3, pypcap-1.1

modify setup.py at line 49:

-                    for sd in ('lib', ''):
+                    for sd in ('lib64','lib', ''):

Original issue reported on code.google.com by conby....@gmail.com on 15 Oct 2009 at 3:10

GoogleCodeExporter commented 9 years ago
fixed in r84

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