public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: "David D.W. Downey" <pgpkeys@hislinuxbox.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.0-test11 + reiserfs + iptables
Date: Sat, 09 Dec 2000 12:37:06 +1100	[thread overview]
Message-ID: <6100.976325826@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Fri, 08 Dec 2000 16:53:16 -0800." <00d201c0617a$6a654520$0400a8c0@playtoy>

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/

      reply	other threads:[~2000-12-09  2:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-09  0:53 2.4.0-test11 + reiserfs + iptables David D.W. Downey
2000-12-09  1:37 ` Keith Owens [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6100.976325826@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pgpkeys@hislinuxbox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox