evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.91k stars 509 forks source link

Error compiling it #94

Closed dcialdella closed 7 years ago

dcialdella commented 7 years ago

Xubuntu - 4.9.20-040920-generic

sudo -HE opensnitchd WARNING: No route found for IPv6 destination :: (no default route?). This affects only IPv6 Traceback (most recent call last): File "/usr/local/bin/opensnitchd", line 4, in import('pkg_resources').run_script('opensnitch==0.0.2', 'opensnitchd') File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 744, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1499, in run_script exec(code, namespace, namespace) File "/usr/local/lib/python3.5/dist-packages/opensnitch-0.0.2-py3.5.egg/EGG-INFO/scripts/opensnitchd", line 38, in from opensnitch.snitch import Snitch File "/usr/local/lib/python3.5/dist-packages/opensnitch-0.0.2-py3.5.egg/opensnitch/snitch.py", line 31, in from opensnitch.iptables import IPTCRules File "/usr/local/lib/python3.5/dist-packages/opensnitch-0.0.2-py3.5.egg/opensnitch/iptables.py", line 19, in import iptc File "/usr/local/lib/python3.5/dist-packages/python_iptables-0.12.0-py3.5-linux-x86_64.egg/iptc/init.py", line 10, in from iptc.ip4tc import (is_table_available, Table, Chain, Rule, Match, Target, File "/usr/local/lib/python3.5/dist-packages/python_iptables-0.12.0-py3.5-linux-x86_64.egg/iptc/ip4tc.py", line 13, in from .xtables import (XT_INV_PROTO, NFPROTO_IPV4, XTablesError, xtables, File "/usr/local/lib/python3.5/dist-packages/python_iptables-0.12.0-py3.5-linux-x86_64.egg/iptc/xtables.py", line 812, in raise XTablesError("can't find directory with extensions; " iptc.xtables.XTablesError: can't find directory with extensions; please set XTABLES_LIBDIR

adisbladis commented 7 years ago

Not really a bug in opensnitch, see https://github.com/evilsocket/opensnitch/issues/88 .