Ross Vandegrift wrote: > After the dist-upgrade finished, it left debconf utterly broken. I > installed dialog and went to turn on the dialog interface with > "dpkg-reconfigure debconf". debconf now just says: > > Undefined subroutine &Getopt::Long::Configure called at > /usr/share/perl5/Debconf/Config.pm line 73.
It would appear that you have a broken perl installation somehow. Confirm with: perl -we 'use strict; use Getopt::Long; Getopt::Long::Configure("bundling");' If it outputs the same error message, your perl is broken somehow. Make sure you don't have a local perl installation in your PATH. Make sure that you do have a perl-base: /usr/share/perl/5.6.1/Getopt/Long.pm. Check that you don't have some ancient version of perl installed; the current version is a package named just "perl", which is version 5.6.1. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]