Question
Starting the Perl script kinoindex results in the following error Message.
Has somebody an idea, what is going wrong?
My TWiki home is /srv/www/htdocs
********************
linux:/srv/www/htdocs/kinosearch/bin # ./kinoindex
Can't locate
KinoSearch/InvIndexer.pm in
@INC
(
@INC
contains: /srv/www/htdocs/lib . /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl . /srv/www/htdocs/lib/CPAN/lib//arch /srv/www/htdocs/lib/CPAN/lib//5.10.0/x86_64-linux-thread-multi /srv/www/htdocs/lib/CPAN/lib//5.10.0 /srv/www/htdocs/lib/CPAN/lib/) at /srv/www/htdocs/lib/TWiki/Contrib/SearchEngineKinoSearchAddOn/KinoSearch.pm line 26.
BEGIN failed--compilation aborted at /srv/www/htdocs/lib/TWiki/Contrib/SearchEngineKinoSearchAddOn/KinoSearch.pm line 26.
Compilation failed in require at (eval 3) line 3.
...propagated at /usr/lib/perl5/5.10.0/base.pm line 93.
BEGIN failed--compilation aborted at /srv/www/htdocs/lib/TWiki/Contrib/SearchEngineKinoSearchAddOn/Index.pm line 19.
Compilation failed in require at ./kinoindex line 20.
BEGIN failed--compilation aborted at ./kinoindex line 20.
************************
Environment
--
TWikiGuest - 09 Jun 2008
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.
looks like you have not uet installed
KinoSearch (the TWiki Package
uses KinoSearch, but does not contain it)
suse might have rpms to install it, or you may need to use
CPAN.
--
SvenDowideit - 10 Jun 2008
You are right, it was not installed. Thanks for help.
--
TWikiGuest - 13 Jun 2008
--
TWikiGuest - 13 Jun 2008