mike01 / pypacker

:package: The fastest and simplest packet manipulation lib for Python
GNU General Public License v2.0
252 stars 46 forks source link

Error when using interceptor #38

Closed bx-r0 closed 7 years ago

bx-r0 commented 7 years ago

The error message reads: OSError: libnetfilter_queue.so.1: cannot open shared object file: No such file or directory

bx-r0 commented 7 years ago

I solved this issue the "libnetfilter_queue.so.1" wasn't in my /usr/lib/ directory.

For anyone else with this issue, the library can be found here: https://www.netfilter.org/projects/libnetfilter_queue/index.html