From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 18:21:53 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 259D716A419 for ; Mon, 24 Sep 2007 18:21:53 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.freebsd.org (Postfix) with ESMTP id A32B713C459 for ; Mon, 24 Sep 2007 18:21:52 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (213-84-73-82.adsl.xs4all.nl [213.84.73.82]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id l8OILoNT056761; Mon, 24 Sep 2007 20:21:51 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (yokozuna.lan [127.0.0.1]) by yokozuna.lan (8.13.8/8.13.8) with ESMTP id l8OILoOu010485; Mon, 24 Sep 2007 20:21:50 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Mon, 24 Sep 2007 20:21:50 +0200 (CEST) From: Marco Beishuizen Sender: marco@yokozuna.lan To: Mel In-Reply-To: <200709241857.50119.fbsd.questions@rachie.is-a-geek.net> Message-ID: <20070924201623.S84273@yokozuna.lan> References: <20070923223608.R942@yokozuna.lan> <200709240003.01798.fbsd.questions@rachie.is-a-geek.net> <20070924181958.Y25081@yokozuna.lan> <200709241857.50119.fbsd.questions@rachie.is-a-geek.net> User-Agent: Pine.BSF/4.64 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: OpenOffice problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 18:21:53 -0000 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. Yes. Now I've found libstdc++.so.6 in /usr/local/lib/gcc-4.2.2, I made a symlink to /usr/lib. After that it complained about a missing libgcc_s.so.1. When I symlinked this file also in /usr/lib OO starts up. Now it only complaines about not having a en_US locale but that is a minor issue. Thanks a lot for the help! Marco -- If a listener nods his head when you're explaining your program, wake him up.