BRIEF INSTALL MANUAL:

1. Make sure that your system have Sun RPC library. Most of modern
   UNIX variants have it, but Cygwin does not. Cygwin users need to
   install "sunrpc" package via setup.exe.

2. Input following commands:

./configure
make
su
<type root password>
make install

3. If you are not the root, type

make install AGENT_MODE=""

instead of "make install". This installation has some restrictions:

a. If your system is one of BSD family(including Darwin/MacOS X),
   neither safe PTY allocation nor utmp/wtmp logging does not work.
   You can still successfully open PTY but it is world accessible.

b. If your system have SVR4-style PTY (it applies to Linux, Solaris,
   ...), you can safely allocate PTYs. In general utmp/wtmp logging does
   not work.

c. If your system is recent Solaris, utmp/wtmp logging DOES works.
   Utmp/wtmp related functions such as login_utmp() may report failure,
   but the logging is correctly performed in fact. This may also apply
   to other systems which have "utmpd".

d. If your system is Cygwin, proper installation varies depending on your
   configuration (ntsec, passwd, ...). Please report me about it.

$Id: INSTALL,v 1.3 2003/12/12 07:42:28 shinra Exp $
