On Sun, 28 Dec 2003, unixware wrote: > gcc -D__KERNEL__ -I/usr/src/linux-2.6.0/include -Wall > -Wstrict-prototypes \ > -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe > -fno-strength-reduce \ > -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include \ > /usr/src/linux-2.6.0/include/linux/modversions.h -c > ip_wccp.c > > there is no modversions.h at that location .one thing > more , iptables are not compiled cleanly with 2.6.0 > kernel is thats the reason
You need to find the GCC line used by 2.6 when compiling modules. Regards Henrik
