From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 17:28:02 2007 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 B1E8F16A417 for ; Mon, 24 Sep 2007 17:28:02 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from sarevok.dnr.servegame.org (b83183.upc-b.chello.nl [212.83.83.183]) by mx1.freebsd.org (Postfix) with ESMTP id 80C3F13C45B for ; Mon, 24 Sep 2007 17:28:02 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (unknown [66.230.99.27]) by sarevok.dnr.servegame.org (Postfix) with ESMTP id 76299BB0E for ; Mon, 24 Sep 2007 19:28:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 0226C1CDEE for ; Mon, 24 Sep 2007 09:27:59 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 24 Sep 2007 19:27:58 +0200 User-Agent: KMail/1.9.7 References: <20070923223608.R942@yokozuna.lan> <200709241857.50119.fbsd.questions@rachie.is-a-geek.net> <20070924190627.A25081@yokozuna.lan> In-Reply-To: <20070924190627.A25081@yokozuna.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709241927.58669.fbsd.questions@rachie.is-a-geek.net> Subject: Re: OpenOffice problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 17:28:02 -0000 On Monday 24 September 2007 19:08:28 Marco Beishuizen wrote: > On Mon, 24 Sep 2007, Mel wrote: > > On Monday 24 September 2007 18:20:44 Marco Beishuizen wrote: > > > On Mon, 24 Sep 2007, Mel wrote: > > > > Q: Do you have linux-jdk installed rather then diablo-jdk? > > > > > > No, the FreeBSD jdk15 is installed. > > > > Ah, it uses GCC 4.2, which has libstdc++ v6. -stable has v5. Did gcc 4.2 > > get uninstalled after build? if it's still there, find libstdc++.so.6 > > under /usr/local and run /sbin/ldconfig -m with that directory as > > argument. > > But libstdc++.so.6 isn't under /usr/local, it's under > /usr/compat/linux/usr/lib. what's the output of: ls /var/db/pkg|grep gcc and: find /usr/local -name 'libstdc++*' Btw, I assume you're running -stable, since on -current your libstdc++.so.6 should be in /usr/lib. -- Mel