in reply to perl configuration problem
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl configuration problem
by danmcb (Monk) on Jun 16, 2007 at 21:45 UTC | |
by moritz (Cardinal) on Jun 16, 2007 at 22:33 UTC | |
by danmcb (Monk) on Jun 16, 2007 at 22:51 UTC |