On Fri, 13 Oct 2000, John Williams wrote:

> This means to add ipx to the kernel, I have to rebuild the entire kernel
> and boot with it in order to satisfy the dependancies.  I cannot just
> compile it as a module and add it because it has non-modular
dependancies.

I encountered this same problem with the Appletalk module a couple days
ago.

I compiled my kernel (2.2.17) with Appletalk disabled, then realized that
I needed it so I built it as a module.  But it wouldn't load because it
required register_snap_client() and unregister_snap_client().

Rebuilding my kernel solved the problem, but it took a little digging
through Makefiles to figure out what was actually going on

        Michael


                                   

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

Reply via email to