Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 03:42:02 +0000
From:      Jason Henson <jason@ec.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: [Realplay10GOLD] Error: ELF binary type "0" not known
Message-ID:  <1110685322l.7004l.0l@BARTON>
In-Reply-To: <7ae53963050311004747c48d5d@mail.gmail.com> (from phtung@gmail.com on Fri Mar 11 03:47:27 2005)
References:  <7ae53963050311004747c48d5d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1110685322l.7004l.0l>