Xapian is an open source search engine library.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.tar.xz
Download MD5 sum: 0ccbf68ade12e7b1ead10c57f4447899
Download size: 3.1 MB
Estimated disk space required: 175 MB (Additional 220 MB for tests)
Estimated build time: 1.5 SBU (Additional 22 SBU for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xapian
Install Xapian by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-08-24 06:24:04 -0700