Marc, I'm having the same problem with other machine. It says that: >[EMAIL PROTECTED] bin]# ./smokeping > > >Can't locate Digest/Perl/MD5.pm in @INC (@INC contains: > > >/usr/local/smokeping->1.18/lib /usr/local/rrdtool-1.0.40/lib/perl > > >/usr/lib/perl5/5.6.1/i386->linux /usr/lib/perl5/5.6.1 > > >/usr/lib/perl5/site_perl/5.6.1/i386->linux >/usr/lib/perl5/site_perl/5.6.1 > > >/usr/lib/perl5/site_perl .) at > > >/usr/lib/perl5/site_perl/5.6.1/i386->linux/Digest/MD5.pm line 20. > > >Compilation failed in require at /usr/local/smokeping- > > 1.18/lib/Smokeping.pm > > >line 8. > > >BEGIN failed--compilation aborted at > > >/usr/local/smokeping-1.18/lib/Smokeping.pm line 8. > > >Compilation failed in require at ./smokeping line 7. > > >BEGIN failed--compilation aborted at ./smokeping line 7. > > >speedy_backend[12267]: perl_parse error > > >speedy[12265]: Cannot spawn backend process
But this time the command line you've taught me isn't working. It seems that it can't enter the url's it tries to. I noticed that it looks for some files: /usr/lib/perl5/5.6.1/sources/modules/02packages.details.txt.gz /usr/lib/perl5/5.6.1/sources/modules/03modlist.data.gz /usr/lib/perl5/5.6.1/sources/authors/01mailrc.txt.gz I have taken them from the other machine you've helped me to install, then I gunziped them in their directories, but now I don't know how to install them. Is it easier to try again with the perl -MCPAN -e 'install Digest::MD5' (but it doesn't works the same as the previous time did work) or try to install with the files I've taken from the other machine? Thanks in advance, Pete >From: "Marc Powell" <[EMAIL PROTECTED]> >To: "Peter Hawks" ><[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >Subject: RE: [smokeping-users] Instalation problem - maybe perl >Date: Fri, 5 Dec 2003 12:08:40 -0600 > > > > > -----Original Message----- > > From: Peter Hawks [mailto:[EMAIL PROTECTED] > > Sent: Friday, December 05, 2003 11:57 AM > > To: [EMAIL PROTECTED] > > Subject: [smokeping-users] Instalation problem - maybe perl > > > > I tried to install smokeping. I isntalled, but after I have installed >all > > the tools (rrdtool, fping, perl, speedycgi) the site tells to, when I >try > > to > > start smokeping via ./smokeping there are some errors like: > > >[EMAIL PROTECTED] bin]# ./smokeping > > >Can't locate Digest/Perl/MD5.pm in @INC (@INC contains: > > >/usr/local/smokeping->1.18/lib /usr/local/rrdtool-1.0.40/lib/perl > > >/usr/lib/perl5/5.6.1/i386->linux /usr/lib/perl5/5.6.1 > > >/usr/lib/perl5/site_perl/5.6.1/i386->linux >/usr/lib/perl5/site_perl/5.6.1 > > >/usr/lib/perl5/site_perl .) at > > >/usr/lib/perl5/site_perl/5.6.1/i386->linux/Digest/MD5.pm line 20. > > >Compilation failed in require at /usr/local/smokeping- > > 1.18/lib/Smokeping.pm > > >line 8. > > >BEGIN failed--compilation aborted at > > >/usr/local/smokeping-1.18/lib/Smokeping.pm line 8. > > >Compilation failed in require at ./smokeping line 7. > > >BEGIN failed--compilation aborted at ./smokeping line 7. > > >speedy_backend[12267]: perl_parse error > > >speedy[12265]: Cannot spawn backend process > > > > What can I do about it? I'd apreciate a lot somebody's help. > > >'Can't locate Digest/Perl/MD5.pm' is a bit odd. I would expect that to >be Digest/MD5.pm. At any rate, is Digest::MD5 installed? "perl -MCPAN -e >'install Digest::MD5'" should get that installed for you. I don't have >the latest version of Smokeping installed, but does the head of >Smokeping.pm have a line similar (very similar) to > >use Digest::MD5 qw(md5_base64); > >? > >-- >Marc _________________________________________________________________ MSN Messenger: instale grĂ¡tis e converse com seus amigos. http://messenger.msn.com.br -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
