On Fri, 02 Aug 2002, Gene McCullough wrote:

> While in CPAN, installing a module, it went into the perl5.8.0
> installation, and everything seemed well.

> # perl -v
> This is perl, v5.8.0 built for i686-linux

[cut]

> Now, when running a script, I get this message:

> Can't locate loadable object for module Time::HiRes in @INC (@INC
> contains: /usr/l
> ib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
> /usr/lib/perl5/site_perl/5.6.0/i386
> -linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl) at ...

Why does @INC have 5.6.0 libraries, but perl is 5.8.0?

Presumably  Time::HiRes is a 5.8.0 module. If not, can you run
perl56? 

YOu can do unshift @INC to prepend paths to search for modules first.

And what is a loadable object? I don't understand your problem
either.

-- 
Greg Matheson                    Rather than doing the right thing,
Chinmin College                  Doing things right. 
                                 
Taiwan Penpals Archive <URL: http://netcity.hinet.net/kurage>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to