The following RPM files were built on RedHat 7.3. If you have an earlier RedHat release, the best procedure may be to rebuild a RPM for your Linux version as follows:

  1. Download and unpack the tarball.

  2. cd to the base/ subdirectory.

  3. Run the following commands (in order) to build a RPM for your Linux version:

    autoconf
    ./configure
    make rpms

  4. Now install from the newly generated RPM file.

You can also just make install from the tarball. Using make uninstall should work, but building the RPM file simplifies both upgrade and deinstallation if your system uses the RedHat Package Manager.