[Orca-users] Can't locate RRDs.pm in @INC

dotted_i dotted_i at yahoo.com
Sun Jan 13 07:23:16 PST 2002


OK here is a new one for me.

I am installing Orca on a second machine and i am getting an error
that i did not get when i installed orca on a machine w/ the same
config.

when running ./bin/orca -v lib/orcallator.cfg i get this error:

Can't locate RRDs.pm in @INC (@INC
contains: /usr/local/lib /usr/perl5/5.00503/sun4-
solaris /usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-
solaris /usr/perl5/site_perl/5.005 .) at ./bin/orca line 31.
BEGIN failed--compilation aborted at ./bin/orca line 31.

to solve the problem i added the following line to the orca script
my $rrds_lib = "/usr/local/rrdtool-1.0.33/lib/perl/";
unshift(@INC, $libdir, $rrds_lib);

it works but i would like to know what the real solution is.

thanx.



More information about the Orca-users mailing list