Question
I am getting the following error when I try to run configure and save the preferences with a password.
Could not load TWiki::Configure::Checker. Please ensure this module is installed
and available on the perl
@INC
path before continuing. If the
module is already installed, but can't be found, you may need
to adjust your perl path, for example by setting PERL5LIB.
The error seen was:
Can't locate TWiki/Configure/Checker.pm in @INC (@INC contains: /home/test/twiki/lib /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at (eval 11) line 2.
BEGIN failed--compilation aborted at (eval 11) line 2.
What should I do/?
Environment
--
MangalRao - 10 May 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
As it says in the message, "Please ensure this module is installed and available on the perl
@INC
path before continuing. If the module is already installed, but can't be found, you may need to adjust your perl path, for example by setting PERL5LIB"
--
CrawfordCurrie - 14 May 2007