Re: Problem with perl module

2006-01-19 Thread RangerRickCA
Please remove me from this list!  Thank you!
 
RRCA
 


Re: Problem with perl module

2006-01-19 Thread RangerRickCA
 
Please remove me from this list!  Thank you!
 
RRCA



Re: Problem with perl module

2006-01-19 Thread RangerRickCA
 
Please remove me from this list!  Thank you!
 
RRCA



Re: Problem with perl module

2006-01-19 Thread RangerRickCA
 
Please remove me from this list!  Thank you!
 
RRCA



Re: Problem with perl module

2006-01-19 Thread RangerRickCA
 
Please remove me from this list!  Thank you!
 
RRCA



Re: Problem with perl module

2006-01-18 Thread Tom Phoenix
On 1/18/06, Logg, Connie A. <[EMAIL PROTECTED]> wrote:

> Storable binary image v2.7 more recent than I am (v2.6) at 
> ../../lib/Storable.pm

This is Perl's Storable module, which is used by the module you're
trying to use. It seems to be telling you that it's finding a binary
(compiled) file that's the wrong version. I suspect that you've got
more than one Storable module on your system, and the right one isn't
the first one found in the @INC directories. (See about @INC in
perlvar.)

Double-check your library directories, to be sure they're searched in
the right order. But if you haven't changed them (by altering @INC,
using 'use lib', with command-line switches, or when compiling Perl,
maybe other ways), re-installing Storable may help.

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

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




Re: Problem with perl module

2006-01-18 Thread Chas Owens
On 1/18/06, Logg, Connie A. <[EMAIL PROTECTED]> wrote:
> Hummm...I made and installed the latest perl version yesterday
>
> [EMAIL PROTECTED] ~]$ /usr/bin/perl -v
>
> This is perl, v5.8.7 built for i686-linux-thread-multi
>
> Should I try to reinstall storable via
> /usr/bin/perl -MCPAN -e "install Storable"  ?
>
> Thanks, Connie
snip

Yes.  Storable is not a core module, therefore it will not have been
upgraded with your version of Perl.

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




RE: Problem with perl module

2006-01-18 Thread Logg, Connie A.
Hummm...I made and installed the latest perl version yesterday 

[EMAIL PROTECTED] ~]$ /usr/bin/perl -v

This is perl, v5.8.7 built for i686-linux-thread-multi

Should I try to reinstall storable via
/usr/bin/perl -MCPAN -e "install Storable"  ?

Thanks, Connie

-Original Message-
From: Chas Owens [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 18, 2006 9:25 AM
To: Logg, Connie A.
Cc: beginners@perl.org
Subject: Re: Problem with perl module

snip
> I have installed perl fresh from the source, and loaded some modules via 
> -MCPAN.
> I am getting the following error message when I try to use Proc::ProcessTable.
>
> [EMAIL PROTECTED] ~/v3src]$ kill-processes -p gnuplot 
Storable binary 
> image v2.7 more recent than I am (v2.6) at ../../lib/Storable.pm  
> (autosplit into ../../lib/auto/Storable/_retrieve.al) line 328, at 
> /usr/lib/per 
> l5/site_perl/5.8.7/i686-linux-thread-multi/Proc/ProcessTable.pm line 
> 89
snip

This might not be much help, but it looks like you have a version missmatch for 
the Storable module.  Have you tried to upgrade it yet?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Re: Problem with perl module

2006-01-18 Thread Chas Owens
snip
> I have installed perl fresh from the source, and loaded some modules via 
> -MCPAN.
> I am getting the following error message when I try to use Proc::ProcessTable.
>
> [EMAIL PROTECTED] ~/v3src]$ kill-processes -p gnuplot
> Storable binary image v2.7 more recent than I am (v2.6) at 
> ../../lib/Storable.pm
>  (autosplit into ../../lib/auto/Storable/_retrieve.al) line 328, at 
> /usr/lib/per
> l5/site_perl/5.8.7/i686-linux-thread-multi/Proc/ProcessTable.pm line 89
snip

This might not be much help, but it looks like you have a version
missmatch for the Storable module.  Have you tried to upgrade it yet?

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




Problem with perl module

2006-01-18 Thread Logg, Connie A.
 

I have installed perl fresh from the source, and loaded some modules via -MCPAN.
I am getting the following error message when I try to use Proc::ProcessTable.

[EMAIL PROTECTED] ~/v3src]$ kill-processes -p gnuplot
Storable binary image v2.7 more recent than I am (v2.6) at ../../lib/Storable.pm
 (autosplit into ../../lib/auto/Storable/_retrieve.al) line 328, at /usr/lib/per
l5/site_perl/5.8.7/i686-linux-thread-multi/Proc/ProcessTable.pm line 89

I use this on other systems, but cannot get it to work on this particular 
system.

Any help would be appreciated.

Connie Logg
SLAC

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




Problem with perl module installation

2002-02-09 Thread shilpa deshpande

Hi All,

Recently, I've started using perl modules. I found
that if I download a perl module and install it in the
same directory as that of the module name, I can run
my perl programs , which uses that module, ONLY from
that directory and NOT from  OTHER directories.

Can anybody help me where I am going wrong while
installing or using those modules? 

For example - I have downloaded  "libnet-1.0704"
module on linux system and installed under 
$HOME/libnet-1.0704  
directory.
 Now, If my perl program resides in the same
dir.($HOME/libnet-1.0704) , then ONLY I am able to use
it.Otherwise it gives error.

I think I am not setting proper  path @INC or while
using I need to specify it.

Please help.

Thanx
Shilpa
 

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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