From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 03:33:22 2005 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 86CE416A4CE for ; Sun, 13 Mar 2005 03:33:22 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8C143D2D for ; Sun, 13 Mar 2005 03:33:19 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j2D3XF0V027541 for ; Sat, 12 Mar 2005 22:33:15 -0500 (EST) Date: Sun, 13 Mar 2005 03:42:02 +0000 From: Jason Henson To: freebsd-questions@freebsd.org References: <7ae53963050311004747c48d5d@mail.gmail.com> In-Reply-To: <7ae53963050311004747c48d5d@mail.gmail.com> (from phtung@gmail.com on Fri Mar 11 03:47:27 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1110685322l.7004l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: [Realplay10GOLD] Error: ELF binary type "0" not known 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: Sun, 13 Mar 2005 03:33:22 -0000 On 03/11/05 03:47:27, P.H.Tung wrote: > I successfully installed Realplayer10GOLD on FreeBSD released 5.3 > When I run realplay from console, I got following error: > ELF binary type "0" not known. > /usr/local/lib/RealPlayer/realplay.bin: 1: Syntax error: "(" > unexpected >=20 > What does it means? any advises? >=20 > Thanks! > _______________________________________________ Sounds like a compiler error? Check man brandelf. $ brandelf -l known ELF types are: FreeBSD(9) Linux(3) Solaris(6) SVR4(0) You could try to rebrand it to type 9. as root: brandelf -f 9 /usr/local/lib/RealPlayer/realplay.bin But the syntax error, how would that get there? Try to make reinstall =20 after a make distclean if branding fails.=20