From owner-freebsd-questions@FreeBSD.ORG Tue Jun 13 08:51:47 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 EA92216A477 for ; Tue, 13 Jun 2006 08:51:47 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 483C743D70 for ; Tue, 13 Jun 2006 08:51:40 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so982202nzf for ; Tue, 13 Jun 2006 01:51:39 -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=lyCqIJfHqSJy/ISeHnqPy+iTRP0T2tFoAEA0aeqWSBdcNZMdUUkmubndAwQ4JFFZZ8H0vjPeR3UOQYFl+xwp6Tu9yk5KLbhRrRzjD71N5zeChiHiEOdUzFNv7tQozJLK1ikGSlB8tc8lgL42OtI4iW0wxPw2hPXYCwm1ncxO+CA= Received: by 10.37.2.9 with SMTP id e9mr2461450nzi; Tue, 13 Jun 2006 01:51:39 -0700 (PDT) Received: by 10.36.101.10 with HTTP; Tue, 13 Jun 2006 01:51:39 -0700 (PDT) Message-ID: Date: Tue, 13 Jun 2006 03:51:39 -0500 From: "Nikolas Britton" To: Peter In-Reply-To: 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 08:51:48 -0000 On 6/13/06, Nikolas Britton wrote: > 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. > > Here's the first problem you will run into: ===> bison-2.1_2 conflicts with installed package(s): bison-1.75_2,1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/devel/bison2. *** Error code 1 Stop in /usr/ports/editors/openoffice.org-2.0. infomatic# The fix is simple: # cd ../../devel/bison # make deinstall # cd ../bison2 # make install clean # cd ../../editors/openoffice.org-2.0 # make WITH_KDE=yes WITH_TTF_BYTECODE_ENABLED=yes -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/