All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't compile 1.2.11 because of dstlimit?
@ 2004-07-06 21:41 Bob McLaren
  2004-07-09 19:03 ` Bob McLaren
  0 siblings, 1 reply; 3+ messages in thread
From: Bob McLaren @ 2004-07-06 21:41 UTC (permalink / raw)
  To: netfilter

I don't patch/recompile my kernels or applications very often so please 
let me know what I've done wrong here.

In order to take advantage of the 'time' match capability of iptables, I 
have upgraded from
iptables-1.2.8-8.72.3 on linux-2.4.20-18.7
to
iptables-1.2.11 on linux-2.4.20-18.7custom (enabled ipt_time)
(note: This is on a RedHat 7.3 box)

I have successfully recompiled my kernel.  But now, when I attempt to 
compile iptables, I get an error regarding "dstlimit".
I don't necessarily need dstlimit, so I tried disabling it in my kernel 
options (although I didn't recompile the kernel after that), but that 
doesn't seem to fix the problem.

Here is an extract of the error that I see when I run make for 
iptables.  ANY help or a point in the right direction would be greatly 
appreciated.
-------------------------------------------------------------------------------
ld -shared  -o extensions/libipt_TRACE.so extensions/libipt_TRACE_sh.o
cc -O2 -Wall -Wunused -I/usr/src/linux-2.4.20-18.7/include -Iinclude/ 
-DIPTABLES_VERSION=\"1.2.11\"  -fPIC -o extensions/libipt_TTL_sh.o -c 
extensions/libipt_TTL.c
ld -shared  -o extensions/libipt_TTL.so extensions/libipt_TTL_sh.o
cc -O2 -Wall -Wunused -I/usr/src/linux-2.4.20-18.7/include -Iinclude/ 
-DIPTABLES_VERSION=\"1.2.11\"  -fPIC -o extensions/libipt_ULOG_sh.o -c 
extensions/libipt_ULOG.c
ld -shared  -o extensions/libipt_ULOG.so extensions/libipt_ULOG_sh.o
cc -O2 -Wall -Wunused -I/usr/src/linux-2.4.20-18.7/include -Iinclude/ 
-DIPTABLES_VERSION=\"1.2.11\"  -fPIC -o extensions/libipt_dstlimit_sh.o 
-c extensions/libipt_dstlimit.c
extensions/libipt_dstlimit.c: In function `init':
extensions/libipt_dstlimit.c:104: structure has no member named `cfg'
extensions/libipt_dstlimit.c:105: structure has no member named `cfg'
extensions/libipt_dstlimit.c:106: structure has no member named `cfg'
extensions/libipt_dstlimit.c: In function `parse':
extensions/libipt_dstlimit.c:138: structure has no member named `cfg'
-------------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-12  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-06 21:41 Can't compile 1.2.11 because of dstlimit? Bob McLaren
2004-07-09 19:03 ` Bob McLaren
2004-07-12  9:51   ` Jozsef Kadlecsik

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.