[EMAIL PROTECTED] (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 [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
