[drraw-users] can't handle RRD file version 0003

Christophe Kalt kalt at taranis.org
Tue Aug 8 16:15:56 EDT 2006


On Aug 08, ops at es.clara.net wrote:
|    Version information
| 
| *drraw.cgi* 	CVS-SNAPSHOT [1.205 post 2.2a1] <1.205>
| *Perl* 	5.008007
| *CGI.pm* 	3.10
| *RRDs.pm* 	1.000491

The RRDs.pm module drraw is finding/using is from RRDtool
1.0.49, hence your problem.  As Jeff Calvert mentioned, you
need to point drraw to the right Perl module:

# The following line is needed if "RRDs.pm" was not installed in a
# directory mentioned in your perl's @INC.
#use lib '/usr/local/rrdtool/lib/perl';
Use lib '/path/to/libraries/';

Christophe


More information about the drraw-users mailing list