From owner-freebsd-current Wed Jan 22 23:25: 9 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0047F37B401 for ; Wed, 22 Jan 2003 23:25:08 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E0143E4A for ; Wed, 22 Jan 2003 23:25:07 -0800 (PST) (envelope-from altea@attbi.com) Received: from [192.168.1.34] (c-24-126-197-60.we.client2.attbi.com[24.126.197.60]) by sccrmhc03.attbi.com (sccrmhc03) with SMTP id <200301230725060030007h3ue>; Thu, 23 Jan 2003 07:25:06 +0000 Subject: Re: aout support not working on todays -current From: joseph To: Bob Willcox Cc: current list In-Reply-To: <20030121163635.GB82912@luke.immure.com> References: <20030121163635.GB82912@luke.immure.com> Content-Type: text/plain Organization: Message-Id: <1043306715.849.14.camel@Imerxion.we.client2.attbi.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 22 Jan 2003 23:25:16 -0800 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Bob, Go into your kernel of choice and build it with the following: options COMPAT_AOUT now to enable AOUT binaries from the kernel loader. Make and Install and reboot the about new kerenl and aout will now work for you. :) joseph AOUT binaries... elf is the all around executable format for most loadable binaries.. On Tue, 2003-01-21 at 08:36, Bob Willcox wrote: > I cvsup'd and built and installed a new -current system and kernel this > morning and immediately noticed that my setiathome processes no longer > ran. It appears that aout support is no longer working in -current. > > Note that I do have the COMPAT_AOUT option set in my kernel config file > (it is the same config file that I used to build with about a week ago > and that kernel runs aout files just fine). > > Anybody have any clues as to what happened? > > Thanks, > Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message