I'm pretty confident I've got the libraries pathed correctly. Each path is
pointing to the directory with the perl modules. I'm starting to think it IS
the perl version. Is anyone else running smokeping with 5.8.3 successfully?

I keep getting the following error:

#./smokeping
Use of reserved word "our" is deprecated at
/usr/local/lib/perl5/5.8.3/Carp.pm line 3.
Can't modify subroutine entry in scalar assignment at
/usr/local/lib/perl5/5.8.3/Carp.pm line 3, near "'1.01';"
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.3/CGI.pm line
3.
BEGIN failed--compilation aborted at
/export/home/webmstr/web/dev_dt/smokeping/lib/Smokeping.pm line 5.
BEGIN failed--compilation aborted at ./smokeping line 20.


-----Original Message-----
From: Leigh Sharpe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 17, 2004 8:21 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [smokeping-users] NEWBIE install failure


This probably shouldn't be necessary:

> use lib qw(/usr/local/lib/perl5/5.8.3);

You have this line twice ( Not that it matters):

> use lib qw(/usr/local/rrdtool-1.0.37/lib/perl);

Make sure this is where your RRDTool perl libraries are.
Is RRDTool installed at /usr/local/rrdtool-1.0.37 ?

And this:
> use lib qw(/export/home/webmstr/web/dev_dt/smokeping/lib);
Needs to point to where your smokeping installation is.
Is it at /export/home/webmstr/web/dev_dt/smokeping ? If not, this is wrong.

--
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

Reply via email to