Subject: Re: how to install staroffice 5.1
To: Chan Yiu Wah <c5666305@hkstar.com>
From: Robert Elz <kre@munnari.OZ.AU>
List: current-users
Date: 03/19/2000 04:18:09
    Date:        Sat, 18 Mar 2000 23:39:11 +0800 (HKT)
    From:        Chan Yiu Wah <c5666305@hkstar.com>
    Message-ID:  <Pine.SOL.4.10.10003182335140.18272-100000@imsp234.hkstar.com>

  | The point is that I don't know how to setup procfs.  Can anyone show the
  | procedures to do it.  Thanks.

Build a new kernel with PROCFS defined (if yours doesn't have
it already), and boot that kernel.  If you're not sure if your
kernel has PROCFS in it or not, just try the mount, and if it
fails, it doesn't.

As root:

mkdir /proc
mount -t procfs /proc /proc

Then, for future boots, add

/proc /proc procfs rw

to /etc/fstab.

kre