So I went weeding through the install.pl to see if I could just disable this check, and found the error message below is being produced by this if clause : my $rrd_version = $RRDs::VERSION; die "Can't find out which version of RRD you are using!\n" unless defined $rrd_version; $NfConf::RRDoffset = NfSenRRD::GetRRDoffset(); if ( !defined $NfConf::RRDoffset ) { die "$Log::ERROR\n"; } But of course I have no idea whether or not it is safe to just ignore, or comment that out. On Mon, Jun 14, 2010 at 1:34 PM, Alan McKay <alan.mckay@xxxxxxxxx> wrote: > Crap. Another roadblock. > > [root@rcadmin:~/nf/nfsen-1.3.3]# ./install.pl etc/nfsen.conf > Check for required Perl modules: All modules found. > RRD version '1.4003' not yet supported! > > [root@rcadmin:~/nf/nfsen-1.3.3]# grep -i rrd README > - RRDtools > NfSen requires the RRD tools v1.0.x or > 1.2.11, at least the RRDs Perl > - Prepares the RRD DBs for the live profile. > > > > > -- > “Don't eat anything you've ever seen advertised on TV” > - Michael Pollan, author of "In Defense of Food" > -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos