From: <Lor...@pf...> - 2007-01-23 17:29:48
|
Guys, I'm just trying to install devmon on my BB 1.9c server running on RH Linux 7.3 (oooooold, I know). Now, I installed SNMP_Session 1.08 ok, set up devmon to run under the bb user via cron. Nothing happened. Running it by hand, here is the error I'm getting: $ ./devmon -vv -f --readbbhosts Can't locate Math/BigInt/Calc.pm in @INC (@INC contains: /usr/local/devmon/modules /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/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /usr/local/devmon/modules/dm_tests.pm line 20. BEGIN failed--compilation aborted at /usr/local/devmon/modules/dm_tests.pm line 20. Compilation failed in require at /usr/local/devmon/modules/dm_config.pm line 24. Compilation failed in require at ./devmon line 19. BEGIN failed--compilation aborted at ./devmon line 19. $ $ find / -name Calc.pm 2>/dev/null /usr/lib/perl5/vendor_perl/5.6.1/i386-linux/Date/Calc.pm $ Am I right in assuming that THIS Calc.pm is not the right one? If so, how do I go about fixing this issue? Thanks in advance Loris |
From: Torben A. <tor...@gm...> - 2007-01-23 17:57:58
|
Lori I think the Calc.pm you've got is the wrong one ( Date::Calc ). The right one should look something like this : /some/path/Math/BigInt/Calc.pm BR /Torben On 1/23/07, Lor...@pf... <Lor...@pf...> wrote: > > > Guys, > > I'm just trying to install devmon on my BB 1.9c server running on RH Linux > 7.3 (oooooold, I know). > Now, I installed SNMP_Session 1.08 ok, set up devmon to run under the bb > user via cron. > Nothing happened. > > Running it by hand, here is the error I'm getting: > > $ ./devmon -vv -f --readbbhosts > Can't locate Math/BigInt/Calc.pm in @INC (@INC contains: > /usr/local/devmon/modules /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/5.6.0 > /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux > /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at > /usr/local/devmon/modules/dm_tests.pm line 20. > BEGIN failed--compilation aborted at /usr/local/devmon/modules/dm_tests.pm > line 20. > Compilation failed in require at /usr/local/devmon/modules/dm_config.pm > line 24. > Compilation failed in require at ./devmon line 19. > BEGIN failed--compilation aborted at ./devmon line 19. > $ > > $ find / -name Calc.pm 2>/dev/null > /usr/lib/perl5/vendor_perl/5.6.1/i386-linux/Date/Calc.pm > $ > > Am I right in assuming that THIS Calc.pm is not the right one? > If so, how do I go about fixing this issue? > > Thanks in advance > > Loris > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > |
From: <Lor...@pf...> - 2007-01-23 18:03:36
|
Thanks Torben, I'm not a perl guy, I'm afraid, so how do I go about getting this sorted? Loris "Torben Aagaard" <tor...@gm...> Sent by: dev...@li... 23/01/2007 17:57 Please respond to dev...@li... To dev...@li... cc Subject Re: [Devmon] "Can't locate Math/BigInt/Calc.pm in @INC" error Lori I think the Calc.pm you've got is the wrong one ( Date::Calc ). The right one should look something like this : /some/path/Math/BigInt/Calc.pm BR /Torben On 1/23/07, Lor...@pf... <Lor...@pf...> wrote: Guys, I'm just trying to install devmon on my BB 1.9c server running on RH Linux 7.3 (oooooold, I know). Now, I installed SNMP_Session 1.08 ok, set up devmon to run under the bb user via cron. Nothing happened. Running it by hand, here is the error I'm getting: $ ./devmon -vv -f --readbbhosts Can't locate Math/BigInt/Calc.pm in @INC (@INC contains: /usr/local/devmon/modules /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/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /usr/local/devmon/modules/dm_tests.pm line 20. BEGIN failed--compilation aborted at /usr/local/devmon/modules/dm_tests.pm line 20. Compilation failed in require at /usr/local/devmon/modules/dm_config.pm line 24. Compilation failed in require at ./devmon line 19. BEGIN failed--compilation aborted at ./devmon line 19. $ $ find / -name Calc.pm 2>/dev/null /usr/lib/perl5/vendor_perl/5.6.1/i386-linux/Date/Calc.pm $ Am I right in assuming that THIS Calc.pm is not the right one? If so, how do I go about fixing this issue? Thanks in advance Loris ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Torben A. <tor...@gm...> - 2007-01-23 18:50:25
|
Well - I don't quite remember RH 7.3, but I guess you can do somthing like this : # *perl -MCPAN -e shell <config stuff> *cpan> *install Math::BigInt::Calc *cpan> *reload cpan* Otherwise download the package manually from cpan.org and install by hand. This would be my best guess - I'm not a Perl guy myself :) BR /Torben On 1/23/07, Lor...@pf... <Lor...@pf...> wrote: > > > Thanks Torben, > > I'm not a perl guy, I'm afraid, so how do I go about getting this sorted? > > Loris > > |