On Tue, Mar 20, 2001 at 01:20:44PM +1100, Brendan J Simon wrote: > > I get the following error messages when trying to install libpaperg on > my PowerBook. I'm running Debian Testing. It seems to be some kind of > perl error not being able to find ConfModule.pm. How can I fix this ?
This is a problem with the package debconf. Probably you don't have debconf installed, in which case a simple apt-get install debconf would fix things. The other possiblilty (as I see it) is that the debconf on testing is older than the debconf which libpaperg is written to work with. This seems less likely to me, although it is a possibility. If you do have debconf installed, and still get this error, try running: [EMAIL PROTECTED] droundy]$ dpkg -L debconf | grep ConfModule.pm /usr/share/perl5/Debconf/Client/ConfModule.pm /usr/share/perl5/Debconf/ConfModule.pm /usr/share/perl5/Debian/DebConf/Client/ConfModule.pm If you don't get this result, then something is weird with debconf on testing. Hope this is helpful. -- David Roundy http://civet.berkeley.edu/droundy/

