From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 21 15:50:02 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE9D106564A for ; Tue, 21 Feb 2012 15:50:02 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4219C8FC15 for ; Tue, 21 Feb 2012 15:50:01 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rzrk2-0000p0-Vc for freebsd-emulation@freebsd.org; Tue, 21 Feb 2012 16:34:58 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Feb 2012 16:34:58 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Feb 2012 16:34:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Ivan Voras Date: Tue, 21 Feb 2012 16:34:49 +0100 Lines: 48 Message-ID: References: <20120213122740.ed3bcf29.siefke_listen@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD3F9F49CC193DF955F32141E" X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120213 Thunderbird/10.0 In-Reply-To: <20120213122740.ed3bcf29.siefke_listen@web.de> X-Enigmail-Version: 1.3.5 Subject: Re: Linux compatibility X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 15:50:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD3F9F49CC193DF955F32141E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 13/02/2012 12:27, siefke_listen@web.de wrote: > $ /usr/local/bin/linux-firefox > /usr/local/lib/linux-firefox/firefox: symbol lookup error: /usr/lib/lib= stdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4= >=20 > $ /usr/local/bin/eagle > /usr/local/share/eagle5/bin/eagle: symbol lookup error: /usr/lib/libstd= c++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4 >=20 > $ googleearth > ./googleearth-bin: symbol lookup error: ./libge_net.so: undefined symbo= l: _ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE, version G= LIBCXX_3.4 >=20 > Does anyone a idea where is the mistake? I suspect you already know: you have tried to run a binary compiled with a different version of glibc++ than what you have installed. The Linux binary will need the Linux glibc, glibc++ and all other libraries - they are installed by the linux* ports. So, either find a statically linked executable or try to install the libraries which are required by your binaries. --------------enigD3F9F49CC193DF955F32141E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9DuZkACgkQldnAQVacBchRXwCg7N9ZyldvO6izmnuFTClEDWTG xjoAnjj0w0J1kbrIgb9ZnQb7y6AAuK+8 =Un9w -----END PGP SIGNATURE----- --------------enigD3F9F49CC193DF955F32141E--