RE: Quick (actually rather long) Question on Modules in Devel. Kernels

Jon Evans (jon@evansoft.demon.co.uk)
Fri, 17 Apr 1998 14:06:27 +0100


Hi,

<snip description of missing symbols problem>

> When I install the kernel, I usually do:
>
> make menuconfig ; make dep ; make clean ; make bzImage ; make modules ;
> make modules_install

It sounds like you have a load of modules that were placed on your system in
a previous compile. Modify your installation steps to include an

rm -rf /lib/modules/2.1.xx

in between "make modules" and "make modules_install"

Jon.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu