Doch noch Probleme.
Irgendwie lässt der Kernel der 7170 die Übersetzung von ebtables nicht zu. Es fehlen Headerdateien aus dem Kernel.
@MaxMuster: Wie ist die Übersetzung geglückt?
Irgendwie lässt der Kernel der 7170 die Übersetzung von ebtables nicht zu. Es fehlen Headerdateien aus dem Kernel.
@MaxMuster: Wie ist die Übersetzung geglückt?
Code:
In file included from extensions/ebt_802_3.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_among.c:15:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_arp.c:14:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_arpreply.c:14:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_ip6.c:22:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_ip.c:18:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_limit.c:16:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_log.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_mark.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_mark_m.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_nat.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_nflog.c:17:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_pkttype.c:14:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_redirect.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_standard.c:12:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_stp.c:13:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_ulog.c:15:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebt_vlan.c:15:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebtable_broute.c:10:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebtable_filter.c:10:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from extensions/ebtable_nat.c:10:0:
extensions/../include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from ebtables.c:30:0:
include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from communication.c:23:0:
include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from ebtables-standalone.c:2:0:
include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
getethertype.c: In function 'getethertypeent':
getethertype.c:91:7: warning: incompatible implicit declaration of built-in function 'strpbrk'
In file included from libebtc.c:30:0:
include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory
compilation terminated.
In file included from useful_functions.c:25:0:
include/ebtables_u.h:28:38: fatal error: linux/netfilter/x_tables.h: No such file or directory