exported / pypcap

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

Can't import pcap because Symbol not found: _bpf_filter #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import pcap
2.
3.

What is the expected output? What do you see instead?
Return to the REPL

What version of the product are you using? On what operating system?
Python 2.6, Snow Leopard

Please provide any additional information below.
When I import pcap:
>>> import pcap
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: dlopen(./pcap.so, 2): Symbol not found: _bpf_filter
  Referenced from: /Library/Python/2.6/site-packages/pcap.so
  Expected in: flat namespace
 in /Library/Python/2.6/site-packages/pcap.so

Original issue reported on code.google.com by bsdp...@gmail.com on 19 Dec 2009 at 8:34

GoogleCodeExporter commented 9 years ago
This is the same problem as #13. Revision 87 accepted a patch that fixed the 
issue.

Original comment by jesseke...@gmail.com on 20 Dec 2009 at 9:50

GoogleCodeExporter commented 9 years ago
so i'm closing it as it is already fixed in r87
if you have any doubts please reopen it.

Original comment by getxs...@gmail.com on 13 Jul 2010 at 11:10