From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 16:42:43 2004 Return-Path: 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 B96BF16A4CE for ; Thu, 29 Jan 2004 16:42:43 -0800 (PST) Received: from tpa6.isomedia.com (outgoing-mail.isomedia.com [66.114.158.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C3143D3F for ; Thu, 29 Jan 2004 16:42:41 -0800 (PST) (envelope-from chip@wiegand.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by tpa6.isomedia.com (Postfix) with ESMTP id E27331CDE8E; Thu, 29 Jan 2004 16:42:39 -0800 (PST) Received: from tpa6.isomedia.com ([127.0.0.1]) by localhost (tpa6.isomedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31662-09; Thu, 29 Jan 2004 16:42:38 -0800 (PST) Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by tpa6.isomedia.com (Postfix) with ESMTP id 592F31CAB38; Thu, 29 Jan 2004 16:42:32 -0800 (PST) Received: from wiegand.org [66.114.152.128] by pioneernet.net with ESMTP (SMTPD32-6.06) id A892588200F6; Thu, 29 Jan 2004 16:42:58 -0800 Message-ID: <4019A911.8090704@wiegand.org> Date: Thu, 29 Jan 2004 16:45:05 -0800 From: chip User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Ulrich Kruppa References: <000301c3e4fb$b23f8f60$2c00000a@zeus> <20040128100036.GA13781@madras.dyndns.org> <4017C947.3090300@wiegand.org> <20040128193505.B3327@pukruppa.net> In-Reply-To: <20040128193505.B3327@pukruppa.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at isomedia.com X-Spam-Status: No, hits=-2.5 tagged_above=-999.0 required=999.0 tests=EMAIL_ATTRIBUTION, IN_REP_TO, QUOTED_EMAIL_TEXT, REFERENCES, REPLY_WITH_QUOTES, SMTPD_IN_RCVD, USER_AGENT_MOZILLA_UA X-Spam-Level: X-MailScanner-SpamCheck: LEVEL= cc: Gautam Gopalakrishnan cc: questions@freebsd.org cc: peter lageotakes cc: duiker@haggis.nl Subject: Re: Installing OpenOffice from Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 00:42:43 -0000 Peter Ulrich Kruppa wrote: > On Wed, 28 Jan 2004, chip wrote: >> >>I am also having a problem getting the binary OpenOffice to run (I am >>running FBSD-5.1). The problem is it cannot find /libexec/ld-elf.so.1. >>I installed the elf package but still get the same error. I posted a >>message about this a few days ago and haven't received any replies. >>Any idea? > > Now that you ask: I have a directory called /libexec containing > a file called ld-elf.so.1 . You could try to > # locate ld-elf.so.1 > and either set up a link or copy it there. > > Uli. Yep, I did do that, and now it works fine. Thanks, Chip