From owner-freebsd-alpha Fri Dec 14 10:31:59 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 2A27537B419; Fri, 14 Dec 2001 10:31:52 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id NAA10267; Fri, 14 Dec 2001 13:31:45 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id fBEIVKA00587; Fri, 14 Dec 2001 13:31:20 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15386.17783.907431.654566@grasshopper.cs.duke.edu> Date: Fri, 14 Dec 2001 13:31:19 -0500 (EST) To: Mike Smith Cc: Bernd Walter , freebsd-alpha@FreeBSD.ORG Subject: Re: Problems with kldload linux on -stable In-Reply-To: <200112141831.fBEIVab01752@mass.dis.org> References: <15386.17086.626528.999833@grasshopper.cs.duke.edu> <200112141831.fBEIVab01752@mass.dis.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mike Smith writes: > > > > Bernd Walter writes: > > > dmesg says: > > > link_elf: symbol osf1_wait4 undefined > > > > kldload osf1 > > You should put a module dependancy in the axp linux_compat module; this > should be automatic... Its already there, but it doesn't work: MODULE_VERSION(linux, 1); MODULE_DEPEND(linux, osf1, 1, 1, 1); Osf1 has: MODULE_VERSION(osf1, 1); Any suggestions? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message