My kernel is 2.6.36 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) make[2]: *** [expr/match.lo] Error 1 make[2]: Leaving directory `/usr/local/libnftnl-1.0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/libnftnl-1.0.2' make: *** [all] Error 2 -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html