how to run iptables-1.2.9 at Kernel 2.4.25

2005-08-15 Thread 徐小威
Hi all:

I got some problem at compiler iptables 1.2.9 at my 2.4.25 Linux,
anybody know how to solve it?

PS:I used eldk 3.1.1 and 2.4.25 kernel at my custom MPC852T board.

extensions/libipt_ULOG.c: In function `init':
extensions/libipt_ULOG.c:58: error: `NFLOG_DEFAULT_NLGROUP' undeclared
(first use in this function)
extensions/libipt_ULOG.c:58: error: (Each undeclared identifier is
reported only once
extensions/libipt_ULOG.c:58: error: for each function it appears in.)
extensions/libipt_ULOG.c:59: error: `NFLOG_DEFAULT_QTHRESHOLD'
undeclared (first use in this function)
extensions/libipt_ULOG.c: In function `save':
extensions/libipt_ULOG.c:158: error: `NFLOG_DEFAULT_NLGROUP' undeclared
(first use in this function)
extensions/libipt_ULOG.c:165: error: `NFLOG_DEFAULT_QTHRESHOLD'
undeclared (first use in this function)
make: *** [extensions/libipt_ULOG.o] Error 1





how to run iptables-1.2.9 at Kernel 2.4.25

2005-08-15 Thread Wolfgang Denk
In message 1124094153.13556.3.camel at banana you wrote:
 
 I got some problem at compiler iptables 1.2.9 at my 2.4.25 Linux,
 anybody know how to solve it?

Please provide a correct subject. It seems your problem is  not  with
running but with building iptables, right?

 PS:I used eldk 3.1.1 and 2.4.25 kernel at my custom MPC852T board.
 
 extensions/libipt_ULOG.c: In function `init':
 extensions/libipt_ULOG.c:58: error: `NFLOG_DEFAULT_NLGROUP' undeclared
...
 extensions/libipt_ULOG.c:59: error: `NFLOG_DEFAULT_QTHRESHOLD'
...

Seems you misconfigured it. Check your Makefiles.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
To program is to be.