From: henry <info@intellitree.com>
To: "netfilter@lists.netfilter.org" <netfilter@lists.netfilter.org>
Subject: Can't get ipset to compile - kernel-2.6.10, iptables-1.3.0...
Date: Fri, 14 Jan 2005 21:27:46 -0500 [thread overview]
Message-ID: <41E87FA2.9090308@intellitree.com> (raw)
After the advice I got on using ipset for long lists of networks for ban
lists, I set out to install it. I followed the instructions on the ipset
webpage: Downloaded the latest kernel from kernel.org (2.6.10)
downloaded the latest iptables (1.3.0) and downloaded the
patch-o-matic-ng from the ipset link (patch-o-matic-ng-20041206.tar.bz2)
I ran ./runme set and it installed the patch just fine. But when I try
and compile the kernel, this is what is happening:
<...>
CC [M] net/ipv4/netfilter/ipt_comment.o
CC [M] net/ipv4/netfilter/ip_nat_snmp_basic.o
CC [M] net/ipv4/netfilter/ipt_CONNMARK.o
CC [M] net/ipv4/netfilter/ipt_NOTRACK.o
CC [M] net/ipv4/netfilter/ipt_SET.o
CC [M] net/ipv4/netfilter/ip_set.o
net/ipv4/netfilter/ip_set.c: In function `ip_set_find_in_hash':
net/ipv4/netfilter/ip_set.c:86: error: structure has no member named
`read_locked_map'
net/ipv4/netfilter/ip_set.c:86: error: structure has no member named
`write_locked_map'
net/ipv4/netfilter/ip_set.c: In function `__set_hash_del':
net/ipv4/netfilter/ip_set.c:102: error: structure has no member named
`write_locked_map'
net/ipv4/netfilter/ip_set.c: In function `ip_set_unbindip':
net/ipv4/netfilter/ip_set.c:634: error: structure has no member named
`write_locked_map'
net/ipv4/netfilter/ip_set.c:662: error: structure has no member named
`write_locked_map'
net/ipv4/netfilter/ip_set.c: In function `ip_set_destroy_set':
net/ipv4/netfilter/ip_set.c:894: error: structure has no member named
`write_locked_map'
make[3]: *** [net/ipv4/netfilter/ip_set.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
I have tried compiling the ipset functions both into the kernel and as
modules. What am I doing wrong?
next reply other threads:[~2005-01-15 2:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-15 2:27 henry [this message]
2005-01-16 15:41 ` Can't get ipset to compile - kernel-2.6.10, iptables-1.3.0 Jozsef Kadlecsik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41E87FA2.9090308@intellitree.com \
--to=info@intellitree.com \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.