Running RH 4.2, kernel 2.0.30. Decided to try my hand at tweaking my
kernel a bit. Went through all the HOWTO's etc etc, and ran the
following:
cd /usr/src/linux
make xconfig
make dep
make clean
make modules
make modules_install
make zImage
but then the next step:
depmod -a
spewed forth ten or so lines of '***Unresolved Symbols in modules...'
What do I need to do to fix this problem? Best I can figure, it may be
connected to my recompiling the same kernel version as I am currently
running, and thus the modules' .o files end up in the same place in my
/lib/modules/ subdirectories. But that's just a guess, as I obviously
haven't been able to figure out the whole picture.
Any hints?
- Craig