reassign 65272 perl-5.005-base thanks Shao Zhang wrote: > shao:/usr/local# dpkg -i /var/cache/apt/archives/debconf_0.3.39_all.deb > (Reading database ... 36331 files and directories currently installed.) > Preparing to replace debconf 0.3.39 (using .../debconf_0.3.39_all.deb) > ... > Unpacking replacement debconf ... > Setting up debconf (0.3.39) ... > Data::Dumper object version 2.101 does not match $Data::Dumper::VERSION > 2.10 at /usr/lib/perl5/5.005/i386-linux/DynaLoader.pm line 188. > BEGIN failed--compilation aborted at > /usr/lib/perl5/Debian/DebConf/ConfigDb.pm line 84.
You have some perl problem here, this is not a debconf problem, I think. To test, perl -e 'use Data::Dumper' probably blows up too. I would guess you have somehow managed to get /usr/lib/perl5/5.005/Data/Dumper.pm out of sync with /usr/lib/perl5/5.005/i386-linux/auto/Data/Dumper/* , possibly by partially (down?)grading Data::Dumper locally. -- see shy jo

