I had a problem building Strigi against CLucene-2.3.3.4.

After some research, I found that the problem was the PackageConfig file. LibCLucene installs TWO SO libraries, but only listed one in the PC file. :-(

I found that adding it [attached] to the PC file that after a re-"configure" that it works. So perhaps with this fix, it is not necessary to use the old version.
--
James Tyrer

Linux (mostly) From Scratch
prefix=/usr
exec_prefix=${prefix}/bin
libdir=${prefix}/lib
includedir=${prefix}/include:${prefix}/include/CLucene/ext

Name: libclucene
Description: CLucene - a C++ search engine, ported from the popular Apache 
Lucene
Version: 2.3.3.4
Libs: -L${prefix}/lib/ -lclucene-core -lclucene-shared
Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
~
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to