Chances are you just need to make sure perl (as installed from source) can see the Debian perl packages. try this:
locate ConfigDb.pm if it shows a path, as it probably will, something like: /usr/share/perl5/Debconf/ConfigDb.pm you can link the Debconf directory to somewhere perl will look. You can find out where perl will look with: perl -V @INC: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl/i386-linux /usr/local/lib/site_perl /usr/lib/perl5/5.6 /usr/lib/perl5/5.005/i386-linux /usr/lib/perl5/5.005 . ---------------------------------------------------------------------- Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill 269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA On Mon, 7 Jan 2002, Ed Greenberg wrote: > I seem to have broken dpkg (or something :) by reinstalling Perl 5.6.1 from > source. > > When trying to install a package I get: debconf: Perl may be unconfigured > (Can't locate Debian/DebConf/ConfigDb.pm > > I searched for the above on the Debian site, and also in CPAN, with no > results. > > Can somebody point me to the appropriate Perl packages so I can get dpkg > going again? > > Thanks, > </edg> > Ed Greenberg > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >