From owner-freebsd-alpha Mon Jul 1 14:42:13 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B0037B400 for ; Mon, 1 Jul 2002 14:42:11 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5BD43E13 for ; Mon, 1 Jul 2002 14:42:10 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) 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 RAA05843; Mon, 1 Jul 2002 17:42:09 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g61Lfd822365; Mon, 1 Jul 2002 17:41:39 -0400 (EDT) (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: <15648.52371.827916.793890@grasshopper.cs.duke.edu> Date: Mon, 1 Jul 2002 17:41:39 -0400 (EDT) To: Jan Lentfer Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Can't install compaq-cc In-Reply-To: <3D20C95C.5050805@web.de> References: <3D20C95C.5050805@web.de> 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 Its probably failing to load because it depends on osf1.ko, and module dependancies are somewhat broken so osf1 isn't autoloaded like it should be. Do: # kldload osf1 # kldload linux Add these lines to /etc/rc.conf osf1_enable="YES" linux_enable="YES" Drew Jan Lentfer writes: > Hi all, > > I just tried to install compaq-cc but it doesn't work. It seems like the > linux-compat module is not found. But where do I build that? I couldn't > find it in make.conf and couldn't find anything in the newsgroups. > > Any help appreciated, > > Jan > > > jan-alpha# make install > ===> Installing for compaq-cc-6.4.9.005.1_2 > ===> compaq-cc-6.4.9.005.1_2 depends on file: > /compat/linux/etc/redhat-release > - not found > ===> Verifying install for /compat/linux/etc/redhat-release in > /usr/ports/emu > lators/linux_base > >> No directory for /compat/linux/etc/redhat-release. Skipping.. > AlphaLinux mode is not enabled. Loading AlphaLinux kernel module... > kldload: can't load linux: No such file or directory > The AlphaLinux kernel module could not be loaded. Please manually > load the module and retry. See "man linux" for details. > *** Error code 1 > > Stop in /usr/ports/lang/compaq-cc. > jan-alpha# > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message