rrdtool detection
list Stef Coene
Thu, 18 Jan 2007 14:44:13 +0100
Message-Id: <user-278ac99e0a78@xymon.invalid>
Hi,
After upgrading to hobbit-4.2, graphs are not working anymore. I have rrdtool
installed on AIX:
rpm -aq | grep rrd
rrdtool-1.2.10-2
Output from the configure script;
Checking for RRDtool ...
Found RRDtool include files in /opt/freeware/include/
Found RRDtool libraries in /opt/freeware/lib/
Linking RRD with PNG library: -L/usr/lib -lpng
But I have rrdtool 1.2 installed and I think the configure script is not
detecting this. This is the error I get:
Content-type: text/html
<html><head><title>Invalid request</title></head>
<body>Garbage ': 18-Jan-2007 14:36:57' after command:
COMMENT:Updated: 18-Jan-2007 14:36:57</body></html>
And I traced it back to an "if" statement that depends on the rrdtool version.
Stef