Hi Alan,

you can install yum-allowdowngrade package and then use lower version of
rrdtools-devel from Dag Wiers repository (for example 1.3.8). Howto is posted at
http://www.ultranetsolutions.com/Yum-downgrading-packages.html.

Best regards,

Tomas

Alan McKay napsal(a):
> Hey folks,
> 
> I'm running CentOS 5.2 with rrdtools-devel from the Dag Wiers (sp?)
> repository.  I got nfdump built with the extras that nfsen needs, but
> when I try to install nfsen I get this :
> 
> [r...@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!
> 
> [r...@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.
> - Show quoted text -
>  Reply
>  Forward
> Reply
> 
> 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.
> 


-- 
Tomas Plesnik                                       ples...@ics.muni.cz
CSIRT-MU, Network Security Department          http://www.muni.cz/csirt
Institute of Computer Science, Masaryk University, Brno, Czech Republic
PGP key ID: 0x9D3722F3






Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Nfdump-discuss mailing list
Nfdump-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss

Reply via email to