I get these messages trying to install recent versions of debconf: monkey:/usr/src/gcc/build# dpkg -i /var/cache/apt/archives/debconf_0.5.22_i386.deb (Reading database ... 36741 files and directories currently installed.) Preparing to replace debconf 0.5.25 (using .../debconf_0.5.22_i386.deb) ... Unpacking replacement debconf ... Setting up debconf (0.5.22) ... Can't locate lib.pm in @INC (@INC contains: /usr/lib/perl5/5.005/i386-linux /usr/lib/perl5/5.005 /usr/local/lib/site_perl/i386-linux /usr/local/lib/site_perl /usr/lib/perl5 .) at /usr/share/debconf/frontend line 21.
I have 5.6 installed as the default, but as you can see it's still looking in the 5.005 directory for stuff. How do I change the @INC default path to the correct one? Neil.