On Fri, 11 Apr 2003, Maxime Quinzin wrote:
> Really ?? Sorry then, but may you help me, during the make modules, I
> obtain :
>
> gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-8lvs/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
> -DMODULE -DMODVERSIONS -include
> /usr/src/linux-2.4.20-8lvs/include/linux/modversions.h -nostdinc
> -iwithprefix include -DKBUILD_BASENAME=ip_vs_sync -c -o ip_vs_sync.o
> ip_vs_sync.c
> ip_vs_sync.c: In function `sync_thread':
> ip_vs_sync.c:687: structure has no member named `sigmask_lock'
> ip_vs_sync.c:689: too many arguments to function
> `recalc_sigpending_Rfb6af58d'
> make[2]: *** [ip_vs_sync.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.4.20-8lvs/net/ipv4/ipvs'
> make[1]: *** [_modsubdir_ipv4/ipvs] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.20-8lvs/net'
> make: *** [_mod_net] Error 2
>
>
Have you applied any other patch to the kernel 2.4.20 source? If you
applied, you need to adapt the ip_vs_sync.c on signal setting too.
Regards,
Wensong
|