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