From: <ch...@os...> - 2007-10-16 13:20:46
|
I encountered such a problem when i configure snort_inline-2.6.1.5 with "--enable-nfnetlink" option ,description of the issue as follows: -------------------------------------- ....................... checking linux/netfilter/nfnetlink_queue.h usability... no checking linux/netfilter/nfnetlink_queue.h presence... yes configure: WARNING: linux/netfilter/nfnetlink_queue.h: present but cannot be compiled configure: WARNING: linux/netfilter/nfnetlink_queue.h: check for missing prerequisite headers? configure: WARNING: linux/netfilter/nfnetlink_queue.h: see the Autoconf documentation configure: WARNING: linux/netfilter/nfnetlink_queue.h: section "Present But Cannot Be Compiled" configure: WARNING: linux/netfilter/nfnetlink_queue.h: proceeding with the preprocessor's result configure: WARNING: linux/netfilter/nfnetlink_queue.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## checking for linux/netfilter/nfnetlink_queue.h... yes checking libnetfilter_queue/libnetfilter_queue.h usability... yes checking libnetfilter_queue/libnetfilter_queue.h presence... yes checking for libnetfilter_queue/libnetfilter_queue.h... yes checking for nfqnl_open in -lnetfilter_queue... no checking for nfq_set_queue_maxlen in -lnetfilter_queue... no ................................. --------------------------------------------------------------------- I am using libnetfilter_queue-0.0.12 and libnfnetlink-0.0.16 , The installation process both are "./configure && make && make install" I do not have to recompile the kernel,because I see that kernel already support the nfnetfilter_queue feature ( at /boot/config-2.6.20-15 -> CONFIG_NETFILTER_NETLINK_QUEUE=m) . what wrong with my installation? and how can i debug it ? I think my previous question (Segmentation fault and snort_inline stop when using namp ) may be related to the issue Best Reagrds ChunXin |