lkml.org 
[lkml]   [2000]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.4.0-test11 + reiserfs + iptables
Date
On Fri, 8 Dec 2000 16:53:16 -0800, 
"David D.W. Downey" <pgpkeys@hislinuxbox.com> wrote:
>When building the kernel things buld fine with no errors other than the
>standard warnings generated by -Wall. Running the make dep bzImage modules
>modules_install command completes. Nothing big there, but when i reboot to
>the new kernel and the system runs depmod -a `uname -r` I keep getting
>unresolved symbols for the ipt_REDIRECT module in the kernel's iptables
>support.

depmod -ae will list the missing symbols. Since make modules_install
did not pick up the problem, the symbol is exported but you have a
symbol version mismatch. The current Makefiles have problems with
versions, to clean up do

mv .config ..
make mrproper
mv ../.config .
make oldconfig dep clean bzImage modules
make modules_installs
Install kernel and reboot

-
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/

\
 
 \ /
  Last update: 2005-03-22 12:51    [W:0.026 / U:0.616 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site