Hello All, I'm running RHL 9.0 and I hope someone can give me some advise on patching the 2.4.22 kernel with IPTables 1.2.8. I have extracted the kernel source from the linux-2.4.22 archive to /usr/src/linux-2.4.22 and extracted iptables archive to /usr/src/iptables-1.2.8. I cd /usr/src/iptables-1.2.8 and run make KERNEL_DIR=/usr/src/linux-2.4.22 and get the following error/output: Extensions found: IPv4:recent IPv6:ah IPv6:esp IPv6:frag IPv6:ipv6header IPv6:hbh IPv6:dst IPv6:rt cc -O2 -Wall -Wunused -I/usr/src/linux-2.4.22/include -Iinclude/ -DIPTABLES_ VERSION=\"1.2.8\" -fPIC -o extensions/libipt_ah_sh.o -c extensions/libipt_ah.c cc1: output filename specified twice make: *** [extensions/libipt_ah_sh.o] Error 1 Can anyone make any recommendations? Dave