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. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org