It looks like there's something wrong with your RRDs perl module. Try putting the following in a new .pl:
testrrd.pl: #!/usr/bin/perl use warnings; use strict; use RRDs; print $RRDs::VERSION; You'll have to chmod a+x testrrd.pl, then run it via ./testrrd.pl, it should output the version, if it gives you errors then you may need to install/update your RRDs module via CPAN. Brandon Phelps Global Linking Solutions, Inc (704) 973-6855 [email protected] On 08/02/2011 06:15 AM, kibirango moses wrote: > Hullo users, > I have made a fresh installation of mailgraph 1.14 on rrdtool 1.4.5 > > I have the mailgraph.cgi to /srv/httpd/cgi-bin and i use > this URL in my browser http://localhost/cgi-bin/mailgraph.cgi, but on > testing the > graphs are not displayed: > Mail statistics for mail-gw3 > > * Last Day > * Last Week > * Last Month > * Last Year > > Last Day > > mailgraph > mailgraph > Last Week > > mailgraph > mailgraph > Last Month > > mailgraph > mailgraph > Last Year > > mailgraph > mailgraph > i have the following errors > > Use of uninitialized value $RRDs::VERSION in numeric lt (<) at > /srv/httpd/cgi-bin/mailgraph.cgi line 54., referer: > http://localhost/mailgraph.cgi > Undefined subroutine&RRDs::graph called at > /srv/httpd/cgi-bin/mailgraph.cgi line 54., referer: > http://localhost/mailgraph.cgi > Premature end of script headers: mailgraph.cgi, referer: > http://localhost/mailgraph.cgi > > Could any one out there help me to solve the above > > Thanx in advance > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
