From: Simon Garner (sgarner_at_expio.co.nz)
Date: Mon 29 Sep 2003 - 08:41:46 BST
On Monday, September 29, 2003 3:59 PM [GMT+1200=NZT],
Nuno Silva <nuno.silva_at_vgertech.com> wrote:
> Hi!
>
> vserver project includes a (linux) kernel patch and utilities. Both
> are required.
>
> AFAICT you didn't install a vserver enabled kernel. Maybe that's it.
>
Woops... I knew I'd forgotten something. Got ahead of myself :(
But, now I can't get the kernel patch to work. Firstly it (naturally)
wouldn't patch against the RH EL kernel, so I grabbed a stock 2.4.21
kernel from kernel.org. That patched fine, but compiling I get this:
udp.c: In function `udp_v4_lookup_longway':
udp.c:239: warning: unused variable `score'
udp.c:245: `score' undeclared (first use in this function)
udp.c:245: (Each undeclared identifier is reported only once
udp.c:245: for each function it appears in.)
make[3]: *** [udp.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.21ctx-17/net/ipv4'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.21ctx-17/net/ipv4'
make[1]: *** [_subdir_ipv4] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21ctx-17/net'
make: *** [_dir_net] Error 2
This appears to be referring to one of the lines that was changed in the
patch.
Any ideas?
thanks,
-Simon