File: [Development] / failsafe / FailSafe-mgr / INSTALL (download)
Revision 1.2, Mon Jul 24 22:36:22 2000 UTC (17 years, 2 months ago) by rusty
Branch: MAIN
Changes since 1.1: +22 -179
lines
Added GPL/LGPL copyright headers & documentation for open source release, and removed CXFS stuff
|
INSTALL: $Date: 2000/07/24 22:36:22 $
===========================================================================
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/.
- FailSafe back-end headers & libraries, available from
http://oss.sgi.com/projects/failsafe/.
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