tjjuggle Posted October 8, 2003 Posted October 8, 2003 I'm trying to setup a cron job to run a perl script I need My perl script has the following used modules: use Net::NNTP; use News::Newsrc; use Mail::Internet; I get an error indicating that the module Newsrc.pm is not installed. Is there anything I can do to fix this? The error message is: Can't locate News/Newsrc.pm in @INC (@INC contains: /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 ng.pl line 12. BEGIN failed--compilation aborted at ng.pl line 12. Quote
tjjuggle Posted October 9, 2003 Author Posted October 9, 2003 nevermind. It appears if you take the modules and include them in the directory with the perl scripts it can find them just fine. Quote
jpickeri Posted October 9, 2003 Posted October 9, 2003 You could also sumit a ticket and have TCH install the module for you ... saves on your disk space. jim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.