On Wed, May 02, 2001 at 04:30:08PM -0400, [EMAIL PROTECTED] wrote:
: 
: 
: 
: All,
:      When I run this command, I get the following error message.
: $ perl Makefile.PL
: Checking if your kit is complete...
: Looks good
: Can't locate loadable object for module File::Glob in @INC (@INC contains:
: /opt/perl5/lib/5.6.1/PA-RISC1.1 /opt/perl5/lib/5.6.1
: /opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1 /opt/perl5/lib/site_perl/5.6.1
: /opt/perl5/lib/site_perl .)Compilation failed in require at (eval 73) line 7.
: BEGIN failed--compilation aborted at (eval 73) line 7.
:  at /opt/perl5/lib/5.6.1/ExtUtils/MakeMaker.pm line 507
: 
:      Any idea what the problem is ?

The module you are trying to build requires the File::Glob module and
it can't find it.  Be sure to get File::Glob from the CPAN ( cpan.org
) and build it first.

  Casey West

-- 
"We take your bags and send them in all directions."
 --In a Copenhagen airline ticket office

Reply via email to