Le Fri, Jun 25, 1999 at 07:22:10PM -0700, John Lapeyre écrivait: > > There is a possiblility that perl-tk was upgrade recently during an > > apt-get dist-upgrade, but I don't think so. > > > > Here is where perl-tk installed the missing file. > /usr/lib/perl5/i386-linux/5.004/auto/Tk/Tk.so
This is a known issue of the -0.8 package, /usr/lib/perl5/$arch/$version is not yet in the @INC of perl-5.004, it has been done for -0.9 which is only a source archvive at the present time. Concerning your first try to install perl-5.005 with apt it's strange that it refuses too install it, but if your add perl-5.005-base on the command line : # apt-get install perl-5.005 perl-5.005-base Then it works, I think. Yes perl-5.005-base conflicts with perl, but you can install it by hand with --force-conflicts. Cheers, -- Hertzog Raphaël >> 0C4CABF1 >> http://prope.insa-lyon.fr/~rhertzog/

