From owner-freebsd-questions@FreeBSD.ORG Mon Feb 13 11:05:57 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBDC21065670 for ; Mon, 13 Feb 2012 11:05:57 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA678FC15 for ; Mon, 13 Feb 2012 11:05:57 +0000 (UTC) Received: from mail.unitedinsong.com.au (bell.herveybayaustralia.com.au [192.168.0.40]) by mail.unitedinsong.com.au (Postfix) with ESMTP id 1B6FB5C28 for ; Mon, 13 Feb 2012 21:19:22 +1000 (EST) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.177]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 3E6D25C22 for ; Mon, 13 Feb 2012 21:19:21 +1000 (EST) Message-ID: <4F38ED79.1080206@herveybayaustralia.com.au> Date: Mon, 13 Feb 2012 21:01:13 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20120213110840.ab89da28.siefke_listen@web.de> In-Reply-To: <20120213110840.ab89da28.siefke_listen@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Linux compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 11:05:58 -0000 On 02/13/12 20:08, siefke_listen@web.de wrote: > Hello, > > > I'm trying to get Linux running various applications to the. Brandelf was > applied to the binaries. But any Linux application crashes at startup. > > freebsd-desk# kldstat > Id Refs Address Size Name > 1 21 0xc0400000 8c6d08 kernel > 2 1 0xc0cc7000 4864 sem.ko > 3 1 0xc41eb000 8000 linprocfs.ko > 4 1 0xc41f3000 28000 linux.ko > 5 1 0xc44ae000 9000 i915.ko > 6 1 0xc44b7000 15000 drm.ko > > freebsd-desk# cat /etc/rc.conf | grep linux > linux_enable="YES" > > $ /usr/local/bin/linux-firefox > /usr/local/lib/linux-firefox/firefox: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4 > > $ /usr/local/bin/eagle > /usr/local/share/eagle5/bin/eagle: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4 > > $ googleearth > ./googleearth-bin: symbol lookup error: ./libge_net.so: undefined symbol: _ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE, version GLIBCXX_3.4 > > Does anyone a idea where is the mistake? I was going to wait and see if anyone else responded, but you are best off trying emulation@. Cheers