From: Enrico Scholz (enrico.scholz_at_informatik.tu-chemnitz.de)
Date: Wed 19 Nov 2003 - 21:35:26 GMT
christian.mayrhuber_at_gmx.net (Christian Mayrhuber) writes:
> ln -sf '/lib/modules/2.4.22-c17h-xfs/build/include/linux/virtual.h'
> 'linuxvirtual.h' && test -e 'linuxvirtual.h' || \
> ln -sf './lib/virtual.h' 'linuxvirtual.h'
> ...
> In file included from lib/syscall_rlimit.c:29:
> lib/syscall_rlimit-v11.hc: In function `vc_get_rlimit_v11':
hmm, it seems that the wrong/an old version of 'virtual.h' will be
used. Where is the 'linuxvirtual.h' symlink pointing to? Can you try to
link it to lib/virtual.h manually?
Alternatively, you can try to disable the rlimit syscall with
'--enable-apis=compat,legacy', or specify the kerneldir with
'--with-kerneldir=...'.
Enrico
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver