I tried to install the twiki-plugin "Action Tracker". After the installation process I request the plugin and get the message:
"Can't locate Timepath in @INC (@INC contains: path-supportpath path-supportpath-linux-gnu-thread-multi path-supportpath path-supportpath path-supportpath . path path path path path path path path)"
What can I do? It is very important to find a solution.
Thank you very much in advance.
Joerg
In TWiki-Log I find:
| 15 Nov 2007 - 17:30 | Can't locate Time/ParseDate.pm in @INC (@INC contains: /var/data/twiki-support/lib/CPAN/lib//arch /var/data/twiki-support/lib/CPAN/lib//5.8.7/i486-linux-gnu-thread-multi /var/data/twiki-support/lib/CPAN/lib//5.8.7 /var/data/twiki-support/lib/CPAN/lib/ /var/data/twiki-support/lib . /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at /var/data/twiki-support/lib/TWiki/Plugins/ActionTrackerPlugin.pm line 467.
at /var/data/twiki-support/lib/TWiki/Plugins/ActionTrackerPlugin.pm line 467
TWiki::Plugins::ActionTrackerPlugin::_lazyInit('TWiki', 'ActionTrackerPlugin') called at /var/data/twiki-support/lib/TWiki/Plugins/ActionTrackerPlugin.pm line 64
TWiki::Plugins::ActionTrackerPlugin::commonTagsHandler('---+!! Action Tracker Plugin\x{a}
thank you Austin
with apt-get it works.
Thank you very much!
twiki plugin installation
We don't provide support for third party application plugins. There are simply too many and often of questionable quality.
The problem here, is probably dependency related. Looks like you are missing a perl module. Which you can install with apt-get or perhaps using CPAN. In this particular case, I would start out trying the perl package provided by apt. The installation process for this sort of thing typically goes as follows: update your apt cache, search your apt cache for the thing you want, then install the package you find. Specifically, I found this package like this:
sudo apt-get update
apt-cache search parsedate
# returned this:
# libtime-modules-perl - Various Perl modules for time/date manipulation
sudo apt-get install libtime-modules-perl
This will install a perl module that might work but there may be version problems, depending on the plugin. But that's why we don't support plugins. Also, you may encounter other missing dependencies. You can follow the same procedure above. If you do have version problems, it may be possible to get newer plugins using perl's CPAN module system.
Austin
Hi Austin, I've got one very
Hi Austin,
I've got one very stupid question...
Where I can find terminal in VMWare???
PS
I'm running OS X
have found it=) thx
have found it=)
thx