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. . . .