From owner-freebsd-current@FreeBSD.ORG Sat Sep 10 17:06:48 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FFAC106564A for ; Sat, 10 Sep 2011 17:06:48 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 45D998FC12 for ; Sat, 10 Sep 2011 17:06:47 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtps (TLSv1:AES128-SHA:128) (Exim 4.54 (FreeBSD)) id 1R2R0w-0004gg-Mm; Sat, 10 Sep 2011 21:06:46 +0400 From: Boris Samorodov To: Veniamin Gvozdikov References: Date: Sat, 10 Sep 2011 21:06:45 +0400 In-Reply-To: (Veniamin Gvozdikov's message of "Sat, 10 Sep 2011 12:33:37 +0100") Message-ID: <67086682@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-current@freebsd.org Subject: Re: issue with old linuxbase. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2011 17:06:48 -0000 On Sat, 10 Sep 2011 12:33:37 +0100 Veniamin Gvozdikov wrote: > I've tried porting a few programs from Linux which's used a > linuxulator. But I have the problem with old linux base system. My > ports can't be run with old libstdc++.so.6 > I have error with run linux apps. > /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found > > strings /compat/linux/usr/lib/libstdc++.so.6|grep GLIBCXX > GLIBCXX_3.4 > GLIBCXX_3.4.1 > GLIBCXX_3.4.2 > GLIBCXX_3.4.3 > GLIBCXX_3.4.4 > GLIBCXX_3.4.5 > GLIBCXX_3.4.6 > GLIBCXX_3.4.7 > GLIBCXX_3.4.8 > GLIBCXX_3.4.9 > GLIBCXX_3.4.10 > GLIBCXX_FORCE_NEW > GLIBCXX_DEBUG_MESSAGE_LENGTH > How to fix it You may try to replace libstdc++ package from the base port by the one from Fedora 11. But the result is unknown. FreeBSD-emulation is a better place to speak about the matter. > or when'll upgraded linux base system? When somebody do the actual work. -- WBR, bsam