Re: installing packages: can't locate file/glob.pm

2000-11-20 Thread Paul D. Smith
%% Kelly Corbin <[EMAIL PROTECTED]> writes: kc> I had the same problem. For some reason, perl-5.6-5.6 was not kc> installing before the apps that needed it. I downloaded the .deb kc> manually, installed it, and the errors when away. My understanding (perhaps incorrect) is that debs are su

Re: installing packages: can't locate file/glob.pm

2000-11-20 Thread Kelly Corbin
I had the same problem. For some reason, perl-5.6-5.6 was not installing before the apps that needed it. I downloaded the .deb manually, installed it, and the errors when away. Kelly Juergen Fiedler wrote: A 'dpkg --search Glob.pm' (it is case sensitive) gave me a: perl-5.005: /usr/lib/pe

Re: installing packages: can't locate file/glob.pm

2000-11-20 Thread Juergen Fiedler
A 'dpkg --search Glob.pm' (it is case sensitive) gave me a: perl-5.005: /usr/lib/perl5/5.005/File/DosGlob.pm perl-5.6: /usr/lib/perl5/5.6/i386-linux/File/Glob.pm perl-5.6: /usr/lib/perl5/5.6/File/DosGlob.pm So I guess the relevant package for you would be perl-5.6. Is it possible that yours is co

installing packages: can't locate file/glob.pm

2000-11-17 Thread Chris Nestrud
Hello all. I'm trying to install the mime-support package and am getting the following error. I recently installed perl-5.6, and also have perl-5.004 and perl-5.005 installed, as various packages require different perl versions. I'm running Woody with latest upgrades as brought on by 'apt-get updat