From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arif Hossain Subject: Re: Building xt_LOGMARK from xtables-addons fails Date: Fri, 03 Aug 2012 19:37:35 +0600 Message-ID: <1344001055.1765.6.camel@localhost> References: <1344000014.1765.4.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: netfilter-devel Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:44779 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753241Ab2HCNsW (ORCPT ); Fri, 3 Aug 2012 09:48:22 -0400 Received: by yenl2 with SMTP id l2so841809yen.19 for ; Fri, 03 Aug 2012 06:48:22 -0700 (PDT) In-Reply-To: <1344000014.1765.4.camel@localhost> Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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= > > 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.