I'm having difficulty understanding the pathing for the use lib statements
in bin/smokeping and the others. They do not seem to correlate to anything
in the subdirectories of rrdtool, perl, smokeping, etc. Note: I am using
perl 5.8.3, but I don't think that matters.

Here's my attempt...

#Original
#use lib qw(/home/oetiker/data/projects/AABN-rrdtool/perl-shared/blib/lib);
#use lib qw(/home/oetiker/data/projects/AABN-rrdtool/perl-shared/blib/arch);
#use lib qw(/usr/pack/rrdtool-1.0.40-ds/lib/perl/5.8.0);
#use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);

#best guess
use lib qw(/usr/local/lib/perl5/5.8.3);
use lib qw(/usr/local/rrdtool-1.0.37/lib/perl);
use lib qw(/usr/local/rrdtool-1.0.37/lib/perl);
use lib qw(/export/home/webmstr/web/dev_dt/smokeping/lib);


Here's what happens when I try to execute.

primey#./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 15.

Thanks,

Dave Turner
Engineer - Data
Jacksonville, FL

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