On Tue, 8 May 2001 22:48:06 -0500 (CDT), Stephen E. Hargrove wrote: > ** debconf: Perl may be unconfigured (Can't locate Debconf/Log.pm in > ** @INC > ** (@INC contains: /usr/local/lib/perl5/5.6.1/i686-linux > ** /usr/local/lib/perl5/5.6.1 > ** /usr/local/lib/perl5/site_perl/5.6.1/i686-linux > ** /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl > ** .) at > ** (eval 1) line 4. > ** BEGIN failed--compilation aborted at (eval 1) line 4. > ** ) -- aborting
Log.pm is a file of debconf, that must to be set as a part of perl! Try #man perl for looking how to put the path of it into @INC. Timo