On Mon, December 26, 2005 12:53, Noman Liaquat wrote: ... > checking for libipq.h... yes > checking for ipq_set_mode in -lipq... no > > ERROR! Libipq library/headers not found, go get it > from > www.netfilter.org or use the --with-libipq-* > options, > if you have it installed in unusual place Configure found the header file so it looks like you installed libipq. But, configure didn't find ipq_set_mode in the library. Did you add the path to libipq in /etc/ld.so.conf (if necessary) and execute "ldconfig" ? Gr, Rob