AKbara wrote: > Trying to compile dazuko get the next message: > error: capabilities are built-in to the kernel: > you will need to recompile a kernel with capabilities > as a kernel module
Hi, The problem is that the security module "capabilities" is statically built into your kernel. http://www.dazuko.org/tconf.shtml#CAPABILTIES-BUILTIN If you cannot build a new kernel, then you can use version 2.3.0 with the --enable-syscalls configuration argument. For that you will need your System.map file (which is typically located in /boot). John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
