On Sat, 2012-02-18 at 08:51 +0000, ping wrote: > Hello, > > I have the same problem. > Could you point me how to solve the problem? > Thank you so much. > > specifying any libs in _LIBS to actually > link in into ./conntrack. <-- what can I do ? Did you set PKG_CONFIG_PATH when using configuring conntrack-tools? Something like: PKG_CONFIG_PATH=/path/to/lib/pkgconfig \ ./configure ... Where /path/to/lib/pkgconfig is the pkgconfig directory where the libnfnetlink and libnetfilter_conntrack .pc files are installed. (You did install these libraries, right?) This way the correct CFLAGS, LDFLAGS and LIBS will be set automatically. -- Rob -- 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