netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Building xt_LOGMARK from xtables-addons fails
@ 2012-08-03 13:20 Arif Hossain
  2012-08-03 13:37 ` Arif Hossain
  2012-08-03 14:46 ` Jan Engelhardt
  0 siblings, 2 replies; 3+ messages in thread
From: Arif Hossain @ 2012-08-03 13:20 UTC (permalink / raw)
  To: netfilter-devel

Hi,

I'm trying to build my modules with xtables_addons. I'm not using
distribution's kernel-header package.

I've configured with "./configure --with-kbuild=<my_kernel's source>

After issuing "make", it reports:

In file included
from /usr/local/src/xtables-addons/extensions/xt_LOGMARK.c:18:
/usr/local/src/xtables-addons/extensions/compat_xtables.h:17:4: warning:
#warning You have CONFIG_NF_CONNTRACK enabled, but
CONFIG_NF_CONNTRACK_MARK is not (please enable).

 
but i've enabled CONFIG_NF_CONNTRACK_MARK :

[root@s1 linux]# grep 'NF_CONNTRACK_MARK' .config
CONFIG_NF_CONNTRACK_MARK=y

What's it i'm missing?




-- 
Cheers

aft
aftnix@gmail.com


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

* Re: Building xt_LOGMARK from xtables-addons fails
  2012-08-03 13:20 Building xt_LOGMARK from xtables-addons fails Arif Hossain
@ 2012-08-03 13:37 ` Arif Hossain
  2012-08-03 14:46 ` Jan Engelhardt
  1 sibling, 0 replies; 3+ messages in thread
From: Arif Hossain @ 2012-08-03 13:37 UTC (permalink / raw)
  To: netfilter-devel

On Fri, 2012-08-03 at 19:20 +0600, Arif Hossain wrote:
> Hi,
> 
> I'm trying to build my modules with xtables_addons. I'm not using
> distribution's kernel-header package.
> 
> I've configured with "./configure --with-kbuild=<my_kernel's source>
> 
> After issuing "make", it reports:
> 
> In file included
> from /usr/local/src/xtables-addons/extensions/xt_LOGMARK.c:18:
> /usr/local/src/xtables-addons/extensions/compat_xtables.h:17:4: warning:
> #warning You have CONFIG_NF_CONNTRACK enabled, but
> CONFIG_NF_CONNTRACK_MARK is not (please enable).
> 
>  
> but i've enabled CONFIG_NF_CONNTRACK_MARK :
> 
> [root@s1 linux]# grep 'NF_CONNTRACK_MARK' .config
> CONFIG_NF_CONNTRACK_MARK=y
> 
> What's it i'm missing?
> 
> 
> 
> 

Sorry for bothering guyz :). I forgot to build the kernel after
reconfiguration , before building xtables_addons.



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

* Re: Building xt_LOGMARK from xtables-addons fails
  2012-08-03 13:20 Building xt_LOGMARK from xtables-addons fails Arif Hossain
  2012-08-03 13:37 ` Arif Hossain
@ 2012-08-03 14:46 ` Jan Engelhardt
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2012-08-03 14:46 UTC (permalink / raw)
  To: Arif Hossain; +Cc: netfilter-devel

On Friday 2012-08-03 15:20, Arif Hossain wrote:

>I've configured with "./configure --with-kbuild=<my_kernel's source>
>In file included
>from /usr/local/src/xtables-addons/extensions/xt_LOGMARK.c:18:
>/usr/local/src/xtables-addons/extensions/compat_xtables.h:17:4: warning:
>#warning You have CONFIG_NF_CONNTRACK enabled, but
>CONFIG_NF_CONNTRACK_MARK is not (please enable).
>
>[root@s1 linux]# grep 'NF_CONNTRACK_MARK' .config
>CONFIG_NF_CONNTRACK_MARK=y

Only thing I can think of is that you are looking at the wrong .config
and/or that you changed your .config without building a kernel with it.

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

end of thread, other threads:[~2012-08-03 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 13:20 Building xt_LOGMARK from xtables-addons fails Arif Hossain
2012-08-03 13:37 ` Arif Hossain
2012-08-03 14:46 ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).