On Wednesday 2012-01-18 17:04, Rob Sterenborg (lists) wrote: > >I'm using the following to configure conntrack-tools: > ># export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" ># LIBNFNETLINK_CFLAGS="-I/usr/local/include" \ >LIBNFNETLINK_LIBS="-L/usr/local/lib" \ >LIBNETFILTER_CONNTRACK_CFLAGS="-I/usr/local/include" \ >LIBNETFILTER_CONNTRACK_LIBS="-L/usr/local/lib" \ >./configure --prefix=/usr/local You are not specifying any libs in _LIBS to actually link in into ./conntrack. Hence, the missing symbol reference: > CCLD conntrack >conntrack.o: In function `alloc_tmpl_objects': >conntrack.c:(.text+0x71): undefined reference to `nfct_new' -- 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