From owner-freebsd-questions Wed Oct 24 5:13:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 48F5A37B401 for ; Wed, 24 Oct 2001 05:13:35 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15wMua-0001q6-00; Wed, 24 Oct 2001 08:13:32 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f9OCJ9M89945; Wed, 24 Oct 2001 08:19:11 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Wed, 24 Oct 2001 08:19:09 -0400 (EDT) From: Dru X-X-Sender: To: Anton Cc: Subject: Re: Staroffice install In-Reply-To: <6917783681.20011024145642@nm.ru> Message-ID: <20011024081725.R89843-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 24 Oct 2001, Anton wrote: > Hello, > > I need install StarOffice under FreeBSD 4.x. > I installed linux library, wrote string linux_enable="YES" to > /etc/rc.conf. What's else? Hi Anton, From my install notes: make sure running linux emulation to doublecheck: more /etc/rc.conf | grep linux make sure linprocfs is mounted by running df; if it's not, add the following line to /etc/fstab: linproc /compat/linux/proc linprocfs rw 0 0 then mount it manually: mount_linprocfs linproc /compat/linux/proc can verify with df from X, open up an xterm, become the superuser and: /usr/ports/editors/staroffice52 make install clean will start up GUI install program, accept license if choose custom install, get an idea of what will be installed and can pick and choose accordingly, I went for the works: coloured boxes means will install, white boxes means won't, fuzzy coloured box means not all items selected; click on box to toggle When finished, end your Xsession. Restart the Xsession as your regular user account. Open another xterm cd /usr/ports/editors/staroffice52 make install-user this will start another installation GUI follow the prompts and fill in your user information choose Standard Workstation Installation accept path for files to be installed to I ignored the error for Java and Adabas database once finished, leave XSession and restart into KDE, now part of panel offers to setup Internet for Staroffice, follow prompts Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message