Tanks Vladimir! But now I have the following error message: #./install.pl etc/nfsen.conf Can't locate loadable object for module RRDs in @INC (@INC contains: /usr/local/rrdtool-1.2.23/lib/perl/5.6.1/sparc-linux/auto/RRD ./libexec ./installer-items /usr/lib/perl5/sparc-linux /usr/lib/perl5 /usr/lib/perl5/site_perl/sparc-linux /usr/lib/perl5/site_perl .) at libexec/NfSenRRD.pm line 39 Compilation failed in require at libexec/NfSenRRD.pm line 39. BEGIN failed--compilation aborted at libexec/NfSenRRD.pm line 39. 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.
And what Could I do? Thanks everyone! Quoting Vladimir Vassiliev <[EMAIL PROTECTED]>: > 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. > Manuela Lima Bolsista ITI - CAT/CBPF ---------------------------------------------------------------- CBPF WebMail - by CAT ------------------------------------------------------------------------- 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
