After couple of day of hacking my Fedora 6 server, finally I was able to install the new version of Xapian 1.0.3_svn9466 from trunk. Steps ----------- 1. Removed all old Xapian files and libraries from entire server. 2. Installed Xapian 1.0.3_svn9466. 3. libxapian.so.15 used to be in directory /usr/local/lib64/ however this time the library was in /usr/local/lib/ directory 4. cp /usr/local/lib/libxapian.so.15 /lib Indexing 52 million web sites took approximately 21 hours on Intel 8 core CPU with 12 GB memory XAPIAN_FLUSH_THRESHOLD=1000000 number of documents = 52746432 average document length = 89.6394 You can visit and test Xapian 1.0.3_svn9466 search engine with 52 million of indexed web sites on http://pacific-design.com -- Cheers Kevin Duraj http://pacific-design.com Los Angeles, California
On Mon, Oct 15, 2007 at 09:54:36PM -0700, Kevin Duraj wrote:> 3. libxapian.so.15 used to be in directory /usr/local/lib64/ however > this time the library was in /usr/local/lib/ directoryXapian has never installed in /usr/local/lib64 by default. I suspect you previously either installed from a package, or specified something like `./configure --libdir=/usr/local/lib64', or just moved the file after installation. Anyway, glad to hear you've managed to get it working again. Cheers, Olly