From owner-freebsd-emulation@FreeBSD.ORG Wed Aug 14 18:04:59 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCAB8958 for ; Wed, 14 Aug 2013 18:04:59 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 901302B58 for ; Wed, 14 Aug 2013 18:04:59 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r7EI4wK8028964; Wed, 14 Aug 2013 11:04:58 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <520BC6CA.4060004@rawbw.com> Date: Wed, 14 Aug 2013 11:04:58 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130628 Thunderbird/17.0.7 MIME-Version: 1.0 To: MMOCafe Subject: Re: problems with libstdc++.so.6 under linux emulation References: <520BAB00.3060903@gmail.com> In-Reply-To: <520BAB00.3060903@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 14 Aug 2013 18:04:59 -0000 On 08/14/2013 09:06, MMOCafe wrote: > ./server: symbol lookup error: /lib/libstdc++.so.6: undefined symbol: > _ZNSt8messagesIcE2idE, version GLIBCXX_3.4 > > Prior to installing linux-f10-libg2c, I would get the following errors. > > requires /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' and version > `GLIBCXX_3.4.15' > > > The application was build on Debian Wheezy (7.1) ldd output as follows; What is the kernel and glibc versions on Debian Wheezy (7.1). The above errors most likely indicate that the glibc version of this library is different compared to fc10. Yuri