[Orca-users] Re: Can't locate RRDs.pm in @INC - answered my own question again.

dotted_i dotted_i at yahoo.com
Mon Jan 14 02:59:18 PST 2002


answered my own question again. when i compiled rrd i forgot to run
make site-perl-install

recompiled rrd and ran make install and make site-perl-install and
all is well.

thanx.

dotted_i


--- In orca-users at y..., "dotted_i" <dotted_i at y...> wrote:
> 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