First, I install ipvs-1.0.10.tar.gz
tar zxvf ipvs-1.0.10.tar.gz
cd ipvs-1.0.10
make patchkernel
make installsource
Second, I install hidden
cat hidden-2.4.20pre10-1.diff | patch –p1
Thrid, I will compile Kernel
make oldconfig
choose IP-VS to modules...
make dep
make modules
I see error message..
ip_vs_ctl.c:97: request for member `counter' in something not a structure or
union
make[2]: *** [ip_vs_ctl.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.23/net/ipv4/ipvs'
make[1]: *** [_modsubdir_ipv4/ipvs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.23/net'
make: *** [_mod_net] Error 2
Can you help me??
Thanks
|