[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [Development] / projects / failsafe / FailSafe-mgr

File: [Development] / projects / failsafe / FailSafe-mgr / INSTALL (download)

Revision 1.3, Fri Aug 4 00:28:41 2000 UTC (17 years, 2 months ago) by rusty
Branch: MAIN
Changes since 1.2: +7 -3 lines

Added names of specific FailSafe & Rhino packages needed for building.

INSTALL: $Date: 2000/08/04 00:28:41 $
===========================================================================


BUILDING & INSTALLING THE LINUX FAILSAFE GUI (fsmgr)

Before building fsmgr, you will need to install the following:
- A JDK 1.1 Java compiler; on Linux we've been using the IBM JDK 1.1.8,
  which you should be able to get from http://www.ibm.com/java/jdk/.
- Rhino (sysadm_base) headers & libraries, available from
  http://oss.sgi.com/projects/rhino/.  If you are installing RPM packages
  rather than building from source, you need the sysadm_base-lib,
  sysadm_base-client, and sysadm_base-dev packages.
- FailSafe back-end headers & libraries, available from
  http://oss.sgi.com/projects/failsafe/.  If you are installing RPM
  packages rather than building from source, you need the cluster_admin
  and FailSafe-dev packages.

If you would prefer to build & install RPM packages, see INSTALL.rpm.

Otherwise, proceed with the configure, make, and install.  You may want
to use different arguments to the configure script, but here's what we use
on Linux:

    ./configure --prefix=/usr --sysconfdir=/etc \
        --with-JAVAPATH=/usr/jdk118/bin
    make
    make install