From owner-freebsd-stable Sun Jan 24 21:31:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19424 for freebsd-stable-outgoing; Sun, 24 Jan 1999 21:31:28 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from shell2.ba.best.com (shell2.ba.best.com [206.184.139.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19419 for ; Sun, 24 Jan 1999 21:31:27 -0800 (PST) (envelope-from asaddi@philosophysw.com) Received: from localhost (asaddi@localhost) by shell2.ba.best.com (8.9.2/8.9.2/best.sh) with ESMTP id VAA06741; Sun, 24 Jan 1999 21:31:10 -0800 (PST) X-Authentication-Warning: shell2.ba.best.com: asaddi owned process doing -bs Date: Sun, 24 Jan 1999 21:31:09 -0800 (PST) From: Allan Saddi X-Sender: asaddi@shell2.ba.best.com To: Thomas Hentschel cc: FreeBSD-Stable Subject: Re: linux emulation prob after cvsup to 2.2.stable In-Reply-To: <36ABF7F5.5C09C0EB@hentschel.net> Message-ID: Organization: Philosophy SoftWorks MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 Jan 1999, Thomas Hentschel wrote: > All linux apps (even /usr/compat/linux/sbin/ldconfig) barf at me > with : > > # ELF binary type not known > # Abort trap > > Anybody got an idea what's causing it ???? Mike Smith committed a fix for this yesterday. The problem is that the linux module loader, lkm/linux/linux.c, makes a reference to linux_brand after linux_brand was made static in linux_sysvec.c. Just cvsup again and cd /usr/src/lkm/linux && make install. Or grab the fixed linux.c manually from the repository. HTH. -- Allan Saddi "The Earth is the cradle of mankind, asaddi@philosophysw.com but we cannot live in the cradle http://www.philosophysw.com/asaddi/ forever." - K.E. Tsiolkovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message