I've been having problems since last night and still can't get strigi to build. I think that the problem is the CLucene stuff. I'm running version 0.9.16a according to emerge (I'm running Gentoo linux). The How-To states that 0.9.17 doesn't work and it doesn't seem like 16a has the function that it needs. Then again my kde-devel/kde/lib/ directory has libcluceneindex.so pointing to libcluceneindex.so.0.5.1. Could anyone shed some light on this please?

Thanks,
Paul

Here's the error that I'm getting:

cd /home/kde-devel/kde/build/strigi/src/strigicmd && /usr/bin/cmake -P CMakeFiles/strigicmd.dir/cmake_clean_target.cmake
cd /home/kde-devel/kde/build/strigi/src/strigicmd && /usr/bin/c++     -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-check-new -fno-common -fno-exceptions -Wno-unused-parameter -fvisibility=hidden -O2 -g  -fPIC "CMakeFiles/strigicmd.dir/strigicmd.o"   -o strigicmd -rdynamic -L/home/kde-devel/kde/build/strigi/src/streamanalyzer -L/home/kde-devel/kde/build/strigi/src/combinedindexer -L/home/kde-devel/kde/build/strigi/src/dummyindexer -L/home/kde-devel/kde/build/strigi/src/luceneindexer -L/home/kde-devel/kde/build/strigi/src/streams/pdf -L/home/kde-devel/kde/build/strigi/src/streams -L/lib -lstreamanalyzer -Wl,-Bstatic -lcombinedindex -lgrepindex -Wl,-Bdynamic -lcluceneindex -lstreamanalyzer -lxml2 -ldl -Wl,-Bstatic -lpdfstream -Wl,-Bdynamic -lstreams -lz -lbz2 -lc -lpthread -lclucene -Wl,-rpath,/home/kde-devel/kde/build/strigi/src/streamanalyzer:/home/kde-devel/kde/build/strigi/src/combinedindexer:/home/kde-devel/kde/build/strigi/src/dummyindexer:/home/kde-devel/kde/build/strigi/src/luceneindexer:/home/kde-devel/kde/build/strigi/src/streams/pdf:/home/kde-devel/kde/build/strigi/src/streams:/lib
/home/kde-devel/kde/build/strigi/src/luceneindexer/libcluceneindex.so: undefined reference to `lucene::index::IndexReader::document(int)'
collect2: ld returned 1 exit status
make[2]: *** [src/strigicmd/strigicmd] Error 1
make[2]: Leaving directory `/home/kde-devel/kde/build/strigi'
make[1]: *** [src/strigicmd/CMakeFiles/strigicmd.dir/all] Error 2
make[1]: Leaving directory `/home/kde-devel/kde/build/strigi'
make: *** [all] Error 2