From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 03:22:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A589416A4CE for ; Sat, 10 Jan 2004 03:22:55 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B28043D41 for ; Sat, 10 Jan 2004 03:22:54 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 18E9E4AA3AE; Sat, 10 Jan 2004 12:22:53 +0100 (CET) Received: from cmantatzi.in.t-online.fr (cmantatzi.in.t-online.fr [213.44.126.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 5189C4AA3A3; Sat, 10 Jan 2004 12:22:52 +0100 (CET) Date: Sat, 10 Jan 2004 12:22:42 +0100 From: Mathieu Arnold To: "Loren M. Lang" , FreeBSD Mailing list Message-ID: <12687167.1073737362@cmantatzi.in.t-online.fr> In-Reply-To: <20040110103609.GB18865@alzatex.com> References: <20040110103609.GB18865@alzatex.com> X-Mailer: Mulberry/3.1.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 Subject: Re: Linux Compatibility and Folding@Home X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 11:22:55 -0000 +-le 10/01/04 02:36 -0800, Loren M. Lang =E9crivait : | I was trying to run a Linux program called Folding@Home in FreeBSD, but | it doesn't seem to want to load. I have a version compiled for | glibc 2.2 I believe, but when I run it in bsd, I get the error message: |=20 | ELF binary type "0" not known. | Abort trap |=20 | That was using version 3.x of F@H. They also have a glibc 2.3 version, | but that also fails: |=20 | ./FAH3Console-LinuxB.exe: /lib/libc.so.6: version `GLIBC_2.3' not found | (required by ./FAH3Console-LinuxB.exe) You should : brandelf -t Linux FAH* and you *should* use ./FAH... -freebsd --=20 Mathieu Arnold