From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 21:48:46 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 57C3216A75B for ; Mon, 26 Jan 2004 21:48:43 -0800 (PST) Received: from tpa6.isomedia.com (outgoing-mail.isomedia.com [66.114.158.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3679D4430D for ; Mon, 26 Jan 2004 20:01:25 -0800 (PST) (envelope-from chip@wiegand.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by tpa6.isomedia.com (Postfix) with ESMTP id 552311CA24B; Mon, 26 Jan 2004 18:36:47 -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 21166-03; Mon, 26 Jan 2004 18:36:46 -0800 (PST) Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by tpa6.isomedia.com (Postfix) with ESMTP id 71F4B1CA21A; Mon, 26 Jan 2004 18:36:46 -0800 (PST) Received: from wiegand.org [66.114.152.128] by pioneernet.net with ESMTP (SMTPD32-6.06) id AE2BACAE00CA; Mon, 26 Jan 2004 18:34:19 -0800 Message-ID: <4015CEB0.4070407@wiegand.org> Date: Mon, 26 Jan 2004 18:36:32 -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: Nathan Kinkade References: <20040125221404.92874.qmail@web14608.mail.yahoo.com> <4014B47B.1030505@wiegand.org> <20040125224247.47b159c7.cpressey@catseye.mine.nu> <40152458.2070708@wiegand.org> <20040126170204.GD3937@npkfbsd> In-Reply-To: <20040126170204.GD3937@npkfbsd> 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: Chris Pressey cc: questions@freebsd.org Subject: Re: open office install fails after two days of installing 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: Tue, 27 Jan 2004 05:48:47 -0000 Nathan Kinkade wrote: > >>> >>>You may have to type 'rehash' first. >>> >>>-Chris >> >>I have done that and still no good. >>-- >>Chip > > > Try taking a look at what/where the package installed files using > pkg_add. On my machine there is no binary or symlink called > 'openoffice' either. However, I can do this to find it: > > $ pkg_info -L "openoffice*" | grep 'bin/openoffice' > > ... and found that it's actually at /usr/local/bin/openoffice_1.1 > > Nathan Thanks, you're right, it's there. Now I have a problem with the elf interpreter - not found - Elf interpreter /libexec/ld-elf.so.1 not found Abort trap I installed the package libelf-0.8.5 but I still get the same error. Any ideas? -- Chip