Re: 2.2.18 - failed to exec /sbin/modprobe -s -k binfmt-464c

From: Keith Owens (kaos@ocs.com.au)
Date: Wed Jan 31 2001 - 19:44:41 EST


On Wed, 31 Jan 2001 14:17:56 -0700,
"Josh Higham" <jhigham@bigsky.net> wrote:
>failed to exec /sbin/modprobe -s -k binfmt-464c

You compiled your kernel with support for ELF objects as a module. You
execute an ELF program, the kernel tries to autoload the ELF module
using modprobe which is an ELF program. But you need ELF support to
run modprobe, curse and recurse.

Compile the kernel with builtin ELF, not a module.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 31 2001 - 21:00:41 EST