From owner-freebsd-questions@FreeBSD.ORG Sat Apr 24 08:05:02 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 5403316A4CE for ; Sat, 24 Apr 2004 08:05:02 -0700 (PDT) Received: from post-21.mail.nl.demon.net (post-21.mail.nl.demon.net [194.159.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B9343D1F for ; Sat, 24 Apr 2004 08:05:02 -0700 (PDT) (envelope-from nico.meijer@zonnet.nl) Received: from [82.161.24.55] (helo=zonnet.nl) by post-21.mail.nl.demon.net with esmtp (Exim 3.36 #2) id 1BHOiD-000MG3-00; Sat, 24 Apr 2004 15:05:01 +0000 Message-ID: <408A824E.9040102@zonnet.nl> Date: Sat, 24 Apr 2004 17:05:50 +0200 From: Nico Meijer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephen Liu References: <20040424122728.75028.qmail@web40305.mail.yahoo.com> In-Reply-To: <20040424122728.75028.qmail@web40305.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Open Office - installation problem 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: Sat, 24 Apr 2004 15:05:02 -0000 Hi Stephen, > $ su - > password You are in "/root" now. If you use "su" instead of "su -", you will stay in the current directory. > > # pkg_add OOo_1.1.1.RC3_FreeBSD52Intel_install.tbz > pkg_add: can't stat package file > 'OOo_1.1.1.RC3_FreeBSD52Intel_install.tbz' > > Kindly advise what mistake I have committed. # pkg_add /usr/home/user/Download/OOo_1.1.1.RC3_FreeBSD52Intel_install.tbz ...should do the trick. HTH... Nico