On Thursday 21 February 2008 15:20, Manuela Lima wrote:
> Well guys,
>
> I installed rrdtool-1.2.23 and nfdump-1.5.6 on my Sun with Splack8.0 as OS.
> It all occured perfect well. The installation went fine, but now that
> I have to install nfsen, the damn thing doesn't want to work.
>
> Below the error:
>
> #./install.pl etc/nfsen.conf
> syntax error at libexec/NfSenRRD.pm line 39, near "use RRDs."
> Compilation failed in require at libexec/NfSen.pm line 43.
> BEGIN failed--compilation aborted at libexec/NfSen.pm line 43.
> Compilation failed in require at ./install.pl line 44.
> BEGIN failed--compilation aborted at ./install.pl line 44.
>
> What can I do now? Please any help is welcome!
>
> Thanksss a lot.
Hi, Manuella!
"use RRDs." is really syntax error in Perl. What do you do with your sources?
This code should work without error if installation of rrdtool is fine:
#!/usr/bin/perl
use strict;
use RRDs;
RRDs::error;
If you have error on it then your installation of rrdtool is broken.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss