From owner-freebsd-questions@FreeBSD.ORG Tue Jun 13 07:56:00 2006 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 50E8816A418 for ; Tue, 13 Jun 2006 07:56:00 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF49043D49 for ; Tue, 13 Jun 2006 07:55:59 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id z3so1529946nzf for ; Tue, 13 Jun 2006 00:55:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OfV60Gdt98RiK07CBYSrgWVeVrnidi/uCCQC8llOR3HQSwaTCWvuq7g6Ac7AVRN8NLPTGFUvXjqic9TYnFW5Suajze7sFzsiO+cXRo0FiScC67DBc+9W6qGgyYXOgNpDSQy+Xa19ZkFJsYNxF+x/0bHdoK/hsvgu7awCZ53Ppw8= Received: by 10.36.80.8 with SMTP id d8mr10326780nzb; Tue, 13 Jun 2006 00:55:59 -0700 (PDT) Received: by 10.36.101.10 with HTTP; Tue, 13 Jun 2006 00:55:59 -0700 (PDT) Message-ID: Date: Tue, 13 Jun 2006 02:55:59 -0500 From: "Nikolas Britton" To: Peter In-Reply-To: <20060613064420.65878.qmail@web60019.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060613064420.65878.qmail@web60019.mail.yahoo.com> Cc: freebsd-questions Subject: Re: installing openoffice by package 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: Tue, 13 Jun 2006 07:56:00 -0000 On 6/13/06, Peter wrote: > I tried unsuccessfully to build OpenOffice 2.0 on my 5.4 box. Never > had enoudh space in /usr... > > I decided to install by package: > > # pkg_add -r openoffice.org > > It tried to install version 1.1.5... > > Anyway, trying to start it gives errors: > > # openoffice.org-1.1.5 > /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.5" not found, > required by "javaldx" > /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.5" not found, > required by "soffice.bin" > > Any ideas? > Try KOffice 1.5.1. I've never had a build fail and it now supports ODF documents... anyways... 1. Remove the openoffice 1.1.5 package. 2. Deinstall linux-sun-jdk14. 3. Deinstall jdk14. 4. Clean up your ports, if you have portupgrade installed type in portsclean -C. 5. cd /usr/ports/java/diablo-jdk15; make install 6. cd /usr/ports/java/jdk15; make install clean 7. cd /usr/ports/java/diablo-jdk15; make deinstall 8. don't remember if you need to change devel/bison. 9. cd /usr/ports/editors/openoffice.org-2.0; make install clean 10. when build fails (it will) report back to us. - BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/