SPUG: Perl Tk Problem

Jay Scherrer jay at scherrer.com
Tue May 17 08:12:11 PDT 2005


Looks like the package Tk::XS is requesting a specific version.
Maybe you should upgrade to TK version 800.025 or your libraries are not
in sync. You are calling a function (Tk::XS) that is requesting Tk
version 800.025.  

To add another question.
Isn't there a way to have CPAN automatically follow upgrades when you
run a file? 

Jay Scherrer

On Mon, 2005-05-16 at 21:01 -0700, Phil Kirsch wrote:
> The first few lines of code is
> 
> #!/usr/local/bin/perl -w
> 
> use Tk;
> use Time::localtime;
> 
> # declare variables;
> # general-use vars;
> use vars qw($oldsearch $search $verbatim $ptitem $hlitem $hlgitem $socitem
>             $source $filename $word $prefterm $currterm $match $srchitem $pterm
> $socitem $version $ftime $ftm $fMon $fDay $tm $tMon $tDay);
> 
> The error message is:
> 
> Tk object version 800.025 does not match $Tk::XS_VERSION 800.022 at 
> /usr/local/lib/perl5/5.8.5/sun4-solaris/DynaLoader.pm line 2
> 53.
> 
> Compilation failed in require at ./pickmeddra_test.pl line 4.
> BEGIN failed--compilation aborted at ./pickmeddra_test.pl line 4.
> 
> Any suggestions?
> 
> Phil Kirsch - Systems Administrator
> Statistical Center for HIV/AIDS Research & Prevention
> Fred Hutchinson Cancer Research Center
> PO Box 19024, LE 400   Seattle, WA  98109-1024
> phil at scharp.org        Desk: 206-667-2508       
> Cell: 206-786-4150     Fax:  206-667-4812
>  
> 
> 
> _____________________________________________________________
> Seattle Perl Users Group Mailing List  
>      POST TO: spug-list at pm.org
> SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
>     MEETINGS: 3rd Tuesdays, Location: Amazon.com Pac-Med
>     WEB PAGE: http://seattleperl.org/



More information about the spug-list mailing list