From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: unable to install libnftnl Error : "XT_EXTENSION_MAXNAMELEN undeclared here" Date: Thu, 27 Nov 2014 11:35:49 +0100 Message-ID: <20141127103549.GA3271@salvia> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Akshat Kakkar Cc: "netfilter@vger.kernel.org" On Thu, Nov 27, 2014 at 03:47:50PM +0530, Akshat Kakkar wrote: > My kernel is 2.6.36 nftables requires >= 3.13. > I am trying to install libnftnl-1.0.2 > I executed following commands > > tar xvf libnftnl-1.0.2.tar.bz2 > cd libnftnl-1.0.2 > ./configure > > > Till this point everything is OK. > When I execute command ""make"" > I get following error > > make all-recursive > make[1]: Entering directory `/usr/local/libnftnl-1.0.2' > Making all in src > make[2]: Entering directory `/usr/local/libnftnl-1.0.2/src' > CC expr/match.lo > expr/match.c:31: error: 'XT_EXTENSION_MAXNAMELEN' undeclared here (not > in a function) That is an old bug that is already resolved in the git snapshot.