Date: Mon, 1 Jul 2002 17:41:39 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Jan Lentfer <Jan.Lentfer@web.de> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Can't install compaq-cc Message-ID: <15648.52371.827916.793890@grasshopper.cs.duke.edu> In-Reply-To: <3D20C95C.5050805@web.de> References: <3D20C95C.5050805@web.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15648.52371.827916.793890>