[Xapian-discuss] Xapian 1.0.13 released
Olly Betts
olly at survex.com
Thu May 28 20:28:37 BST 2009
On Thu, May 28, 2009 at 09:04:19PM +0200, Henry wrote:
> Still getting this error though:
>
> Can't load
> '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Search/Xapian/Xapian.so' for module Search::Xapian: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Search/Xapian/Xapian.so: undefined symbol: _ZTVN6Xapian4v10225NumberValueRangeProcessorE at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line
> 230.
I'd guess that either it's not finding libxapian-1.1.so or it's finding
the wrong one. Try:
ldd /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Search/Xapian/Xapian.so
If this is the issue, you can probably persuade it to look in the right
place by setting LD_LIBRARY_PATH to the directory with (the right)
libxapian-1.1.so in.
Cheers,
Olly
More information about the Xapian-discuss
mailing list