Pkg-config file not supplied by CLucene
| Newsgroups | gmane.linux.lfs.beyond.devel |
|---|---|
| Message-ID | <[email protected]> |
CLucene does not supply a pkg-config file by default. This becomes an issue when CLucene is required by packages such as LibreOffice. The following error occurs during autogen: "checking for libclucene-core... no configure: error: Package requirements (libclucene-core) were not met: Package 'libclucene-core' not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables CLUCENE_CFLAGS and CLUCENE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error running configure at ./autogen.sh line 338." The following patch fixes the aforementioned issue: https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-cpp/clucene/files/clucene-2.3.3.4-pkgconfig.patch -- http://lists.linuxfromscratch.org/sympa/info/blfs-dev Unsubscribe: See the above information page