Question
Hello,
I am trying to install the
ActionTrackerPlugin on the TWiki VMware appliance (
TWikiVMDebianStable).
I used the installer-script to install it. After that i activated the plugin in the configure script and typed "killall speedy_backend" in the commandline.
The Errormessage in my InstalledPlugins is the following:
TWiki::Plugins::ActionTrackerPlugin could not be loaded. Errors were:
Can't locate TWiki/Plugins/ActionTrackerPlugin.pm in
@INC
(
@INC
contains: /home/httpd/twiki/lib/CPAN/lib//arch/ /home/httpd/twiki/lib/CPAN/lib//5.8.4/i386-linux-thread-multi/ /home/httpd/twiki/lib/CPAN/lib//5.8.4/ /home/httpd/twiki/lib/CPAN/lib// /home/httpd/twiki/lib . /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at (eval 43) line 1.
BEGIN failed--compilation aborted at (eval 43) line 1.
To say the truth i do not really understand the meaning of the
@INC
path or where to define it :-|
I changed the variable $twikiLibPath in the bin/setlib.cfg to an absolute path:
$twikiLibPath = "/home/httpd/twiki/lib";
Did not help either.
Any clue? :|
Steffi
Environment
--
StefanieWrobel - 22 Dec 2006
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.
I changed $twikiLibPath in the bin/setlib.cfg again to $twikiLibPath = "../lib"; again and changed the write permissions of the twiki folder and now it works.... a moment after i posted this question!
--
StefanieWrobel - 22 Dec 2006
A relative path is likey to cause trouble. Better to set this to the absolute path.
--
PeterThoeny - 24 Dec 2006