Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 8 Dec 2000 21:07:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 8 Dec 2000 21:07:45 -0500 Received: from ppp0.ocs.com.au ([203.34.97.3]:34825 "HELO mail.ocs.com.au") by vger.kernel.org with SMTP id ; Fri, 8 Dec 2000 21:07:39 -0500 X-Mailer: exmh version 2.1.1 10/15/1999 From: Keith Owens To: "David D.W. Downey" cc: linux-kernel@vger.kernel.org Subject: Re: 2.4.0-test11 + reiserfs + iptables In-Reply-To: Your message of "Fri, 08 Dec 2000 16:53:16 -0800." <00d201c0617a$6a654520$0400a8c0@playtoy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Dec 2000 12:37:06 +1100 Message-ID: <6100.976325826@ocs3.ocs-net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 8 Dec 2000 16:53:16 -0800, "David D.W. Downey" 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/