I had this problem once and it was because I upgraded the system Perl with a newer version (it was Debian, but I guess that Ubuntu relies on these parts of Debian). The basic moral of the story is, don't mess with the system Perl. Perl offers you to install itself at /usr/bin/perl or /usr/local/bin/perl, and if you accept that, it will overwrite the Debian version of Perl, which is unfortunately needed for debconf and apt-get.
If you're lucky, you can maybe reinstall the Debian Perl package over your Perl, or fiddle with symlinks to make your new Perl see the other Debian-owned Perl modules.
In my case, I reinstalled the system and resolved to always compile my own Perl versions to live under /opt/perl instead.
In reply to Re: perl configuration problem
by Corion
in thread perl configuration problem
by danmcb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |