From owner-freebsd-questions@FreeBSD.ORG Mon Dec 5 21:25:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C53816A41F for ; Mon, 5 Dec 2005 21:25:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FB143D58 for ; Mon, 5 Dec 2005 21:25:08 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9998 invoked from network); 5 Dec 2005 21:25:07 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Dec 2005 21:25:07 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C24C12841D; Mon, 5 Dec 2005 16:25:06 -0500 (EST) Sender: lowell@be-well.ilk.org To: Kiffin Gish References: <1133714793.2239.5.camel@localhost> Date: Mon, 05 Dec 2005 18:46:33 -0400 From: Lowell Gilbert In-Reply-To: <1133714793.2239.5.camel@localhost> Message-ID: <44hd9n2q4t.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: libstdc++.so.5 howto ... 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, 05 Dec 2005 21:25:09 -0000 Kiffin Gish writes: > I have installed another linux application (komodo 3.5) that requires > the 'libstdc++.so.5' library. > > I did a install linux_base install from the default which results > in /usr/lib/libstdc++.so.4 being created. I highly doubt that. By default it should be under /usr/compat/linux. > The file /usr/compat/linux/usr/lib/libstdc++.so.5 is present (after > installing the red-hat 9.x stuff) but for some reason cannot be found by > the new application. > > Can anyone please help me? Did you remember to use brandelf(1) on the Linux executable?