From owner-freebsd-hackers Sat Jun 3 17:11:41 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18662 for hackers-outgoing; Sat, 3 Jun 1995 17:11:41 -0700 Received: from devnull (devnull.mpd.tandem.com [131.124.4.29]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA18656 for ; Sat, 3 Jun 1995 17:11:39 -0700 Received: from olympus by devnull (8.6.8/8.6.6) id TAA15549; Sat, 3 Jun 1995 19:11:28 -0500 Received: by olympus (4.1/TSS2.1) id AA03749; Sat, 3 Jun 95 19:11:36 CDT From: faulkner@mpd.tandem.com (Boyd Faulkner) Message-Id: <9506040011.AA03749@olympus> Subject: Re: netscape and current? To: hasty@star-gate.com (Amancio Hasty) Date: Sat, 3 Jun 1995 19:11:35 -0500 (CDT) Cc: freebsd-hackers@freefall.cdrom.com In-Reply-To: <199506032241.PAA00985@star-gate.com> from "Amancio Hasty" at Jun 3, 95 03:41:51 pm X-Mailer: ELM [version 2.4 PL17] Content-Type: text Content-Length: 991 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > > netscape http://www.omt.com > /usr/X11R6/bin/netscape: Exec format error. Wrong Architecture. > > So whats up? > > Tnks, > Amancio > You enabled LINUX_COMPAT didn't you. The current code in /sys/kern/imgact_aout.c breaks BSDI compatibility when LINUX_COMPAT is defined. if (((a_out->a_magic >> 16) & 0xff) != 0x86) in #ifdef COMPAT_LINUX /* * Linux and *BSD binaries look very much alike, * only the machine id is different: * 0x64 for Linux, 0x86 for *BSD. */ if (((a_out->a_magic >> 16) & 0xff) != 0x86) return -1; #endif /* COMPAT_LINUX */ becomes if (((a_out->a_magic >> 16) & 0xff) == 0x64) Boyd Have you tried the new sound stuff with it? -- _______________________________________________________________________ Boyd Faulkner faulkner@isd.tandem.com _______________________________________________________________________