| View previous topic :: View next topic |
| Author |
Message |
toralf Developer


Joined: 01 Feb 2004 Posts: 3932 Location: Hamburg
|
Posted: Mon Nov 16, 2009 10:14 am Post subject: [solved] perl module not found in repository |
|
|
I'm wondering which package I've to emerge to run this Perl script : ftp://www.linux-magazin.de/pub/listings/magazin/2009/12/Perl/suite
Currently I get | Code: | Can't locate Sysadm/Install.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at ./ball_drop_test.pl line 7.
BEGIN failed--compilation aborted at ./ball_drop_test.pl line 7.
|
Last edited by toralf on Mon Nov 16, 2009 12:13 pm; edited 1 time in total |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 10619 Location: Somewhere over Atlanta, Georgia
|
Posted: Mon Nov 16, 2009 11:12 am Post subject: |
|
|
Not all Perl modules have ebuilds. Use app-portage/g-cpan to make one. The module you're looking for is in CPAN: the Comprehensive Perl Archive Network.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
| Back to top |
|
 |
toralf Developer


Joined: 01 Feb 2004 Posts: 3932 Location: Hamburg
|
Posted: Mon Nov 16, 2009 12:13 pm Post subject: |
|
|
| thx |
|
| Back to top |
|
 |
|