On our AIX 4.3.3 machine, we installed perl-5.6.0.1 and perl.tk-8.0.15.0
(from http://www.bullfreeware.com/) and pointed to the tk in a small perl
script. But, I get a version mismatch of the form below. My main question is
"Are these 2 files thought to work together OK?", or did we probably mess up
something with the install? Thanks.
perl-5.6.0.1
<http://www.bullfreeware.com/download/aix43/perl-5.6.0.1.exe>6566331 bytes
March 16 2001
perl.tk-8.0.15.0
<http://www.bullfreeware.com/download/aix43/perl.tk-8.0.15.0.exe>2331363
bytes March 20 2001
trrs9 {rsip4pd} /home/rsip4pd $ cat scripts/junk4
#! /usr/local/bin/perl
use lib "/usr/local/lib/perl5/site_perl/aix";
use Tk;
trrs9 {rsip4pd} /home/rsip4pd/scripts $ junk4
Perl lib version (5.00560) doesn't match executable version (5.006) at
/net/trrs10/users1/perl/lib/5.00560/aix/Config.pm line 18.
Compilation failed in require at /net/trrs10/users1/perl/lib/5.00560/lib.pm
line 4.
BEGIN failed--compilation aborted at
/net/trrs10/users1/perl/lib/5.00560/lib.pm line 4.
Compilation failed in require at ./junk4 line 2.
BEGIN failed--compilation aborted at ./junk4 line 2.