From owner-freebsd-emulation@FreeBSD.ORG Mon May 26 08:17:54 2003 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F2AC37B401 for ; Mon, 26 May 2003 08:17:54 -0700 (PDT) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F0F43F75 for ; Mon, 26 May 2003 08:17:53 -0700 (PDT) (envelope-from jon@witchspace.com) Received: from witchspace.com ([80.3.251.242]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20030526151752.IWS12018.mta06-svc.ntlworld.com@witchspace.com> for ; Mon, 26 May 2003 16:17:52 +0100 Received: (qmail 13331 invoked from network); 26 May 2003 15:17:51 -0000 Received: from unknown (HELO witchspace.com) (192.168.0.1) by dookie.witchspace.com with SMTP; 26 May 2003 15:17:51 -0000 Message-ID: <3ED2301E.8070809@witchspace.com> Date: Mon, 26 May 2003 16:17:50 +0100 From: Jonathan Belson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030509 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Missing libstdc++-libc6.1-2.so.3 in linux emulation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 26 May 2003 15:17:54 -0000 Hiya I'm working on updating a port for a linux binary-only application. The application in question links against libstdc++-libc6.1-2.so.3, which doesn't exist in /compat/linux/usr/lib. I created a soft link to libstdc++-2-libc6.1-1-2.9.0.so and everything worked fine. The question is, how can I do this or the equivalent in a port? Cheers, --Jon http://www.witchspace.com