[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rrdtool detection
- To: hobbit (at) hswn.dk
- Subject: rrdtool detection
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Thu, 18 Jan 2007 14:44:13 +0100
- User-agent: KMail/1.9.5
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