perlTk

Dave Mitchell davem at iabyn.com
Thu Mar 8 11:52:04 UTC 2012


On Wed, Mar 07, 2012 at 03:20:20PM +0000, Patrick Dupre wrote:
> Hello,
> 
> How would you fix such an error:
> Tk object version 804.028503 does not match $Tk::XS_VERSION 804.029
> at /usr/lib/perl5/DynaLoader.pm line 223

This means that the version number in the perl file Tk.pm doesn't match
the version number in the compiled binary Tk.so. Why they differ is
probably down to how Tk was installed or upgraded; or its possible that
an environment variable (e.g. LD_LIBRARY_PATH or PERL5LIB) is set, causing
perl to pick up the two files from two different installations.

perl -V will show you what paths perl is picking up.


-- 
That he said that that that that is is is debatable, is debatable.


More information about the users mailing list