From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 10:31:49 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 699BF16A4CE for ; Mon, 26 Jan 2004 10:31:49 -0800 (PST) Received: from twix.hotpop.com (twix.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED8843D2D for ; Mon, 26 Jan 2004 10:31:48 -0800 (PST) (envelope-from rainbreath@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by twix.hotpop.com (Postfix) with SMTP id 36C5BC2D0D0 for ; Mon, 26 Jan 2004 18:21:06 +0000 (UTC) Received: from localhost (unknown [82.151.127.252]) by smtp-1.hotpop.com (Postfix) with ESMTP id 2D56D1A0146 for ; Mon, 26 Jan 2004 18:11:40 +0000 (UTC) Date: Mon, 26 Jan 2004 21:28:34 +0300 To: questions@freebsd.org References: <20040125221404.92874.qmail@web14608.mail.yahoo.com> <4014B47B.1030505@wiegand.org> <20040125224247.47b159c7.cpressey@catseye.mine.nu> <40152458.2070708@wiegand.org> From: Yuri GV Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <40152458.2070708@wiegand.org> User-Agent: Opera7.23/FreeBSD M2 build 518 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- 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: Mon, 26 Jan 2004 18:31:49 -0000 On Mon, 26 Jan 2004 06:29:44 -0800, chip wrote: > Chris Pressey wrote: >> On Sun, 25 Jan 2004 22:32:27 -0800 >> chip wrote: >> >> >>> Okay, I downloaded and installed the .tbz file, moved it to /usr/local >>> and ran pkg_add. It finished, and the instructions on the screen say >>> to just run openoffice on the command line and answer a few questions. >>> When I run the command I get command not found, as user and as root. >>> What did I do wrong? >> >> >> You may have to type 'rehash' first. >> >> -Chris > > I have done that and still no good. > -- > Chip Try 'locate openoffice' on the command line to ensure that it's installed somewhere. Find openoffice binary. Probably it resides in one of /bin subdirs. Hope it was useful, breath