From OpenNMS
JRRD is a Java interface to RRDTool, originally written as a part of OpenNMS. It is now available as a separate package.
As of OpenNMS 1.3.6, JRRD is no longer distributed as part of the OpenNMS release. If you wish for OpenNMS to be compatible with RRDTool (instead of using JRobin), you will need to install it separately, and then tell the OpenNMS installer where it is at, using the "-l" flag.
For example:
./install -disU -l /usr/local/lib ============================================================================== OpenNMS Installer Version $Id: Installer.java 7276 2007-08-28 16:35:34Z rangerrick $ ============================================================================== Configures PostgreSQL tables, users, and other miscellaneous settings. - searching for jicmp: - trying to load /usr/local/lib/libjicmp.so: OK - searching for jrrd: - trying to load /usr/local/lib/libjrrd.so: OK
If you have native libraries that OpenNMS needs in multiple locations, you can use the path separator (":" on UNIX) to specify multiple paths to search:
./install -disU -l /usr/local/lib:/opt/jrrd/lib:/opt/jicmp/lib
- This feature was enhanced or modified in version 1.3.6






