From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Taylor, Grant" Subject: Re: FW: QUEUE problem on RH-E-WS-4 Date: Mon, 09 May 2005 01:21:49 -0500 Message-ID: <427F017D.1020300@riverviewtech.net> References: <000001c553f7$fffe4a90$2801a8c0@MBRC40> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <000001c553f7$fffe4a90$2801a8c0@MBRC40> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter Michael D. Berger wrote: > In: > /usr/src/kernels/2.6.9-5.EL-i686/.config > I find: > CONFIG_IP_NF_QUEUE=m > > where other items have "=y" instrad of "=m". > Might this be related to my problem? Do I > have to recompile the kernel? > Thanks, > Mike. All the "=m" means is that the NF_QUEUE code was compiled as a module and would need to be insmod(ed) or modprobe(ed) before you could use it to make sure that the kernel has the module loaded. Sorry, I can't help you with libipq directly as I know nothing about it. :( Grant. . . .