[Xapian-discuss] Xapian 1.0.21 released
Felix Antonius Wilhelm Ostmann
ostmann at websuche.de
Mon Jul 26 07:00:23 BST 2010
Am 23.07.2010 17:29, schrieb Olly Betts:
> On Fri, Jul 23, 2010 at 04:58:27PM +0200, Felix Antonius Wilhelm Ostmann wrote:
>> I have a fresh system (debian 5.0.5) and installed xapian 1.0.7-4 with
>> apt, then i removed that and build xapian from source 1.0.21. After that
>> i installed Search::Xapian.
>
> Note that there's no need to build from source in this case - you can get
> backported Debian packages of recent 1.0.x from backports.org.
Thats nice!
>
>> xapian-inspect: symbol lookup error: xapian-inspect: undefined symbol:
>> _ZN10FlintTableC1ERKSsbib
>
> You are probably running the xapian-compact from 1.0.21 with libxapian from
> an older version - the xapian-* tools make use of some private symbols
> outside of the stable ABI, so need to be run with libxapian from the same
> version of xapian-core.
>
> What does this report:
>
> which xapian-compact
> ldd `which xapian-compact`
>
> Did you specify any --prefix when configuring xapian-core?
No and i think the system xapianlib is then the problem. Aptitude hat
libxapian15 (Version 1.0.7) as dependency.
$ apt-cache show aptitude | grep xapian
Depends: ... , libxapian15, ...
$ dpkg -l | grep xapian
ii libxapian15 1.0.7-4 Search
engine library
$ which xapian-compact
/usr/local/bin/xapian-compact
$ ldd `which xapian-compact`
libxapian.so.15 => /usr/lib/libxapian.so.15 (0x000000004021d000)
libz.so.1 => /usr/lib/libz.so.1 (0x0000000040587000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x000000004079e000)
libm.so.6 => /lib/libm.so.6 (0x0000000040aaa000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0000000040d2d000)
libc.so.6 => /lib/libc.so.6 (0x0000000040f44000)
/lib64/ld-linux-x86-64.so.2 (0x0000000040000000)
Thanks! I think i am missing the right prefix :) But i will switch to
backports, sounds easier :)
>
> Cheers,
> Olly
>
--
Mit freundlichen Grüßen
Felix Antonius Wilhelm Ostmann
-----------------------------------------------------------
Websuche Search Technology GmbH & Co. KG
Martinistraße 3, D-49080 Osnabrück, Germany
-----------------------------------------------------------
Tel.: +49 541 40666-0, Fax: +49 541 40666-22
Email: info at websuche.de, Web: www.websuche.de
-----------------------------------------------------------
AG Osnabrück - HRA 200252, Ust-IdNr.: DE814737310
-----------------------------------------------------------
Komplementärin: Websuche Search Technology Verwaltungs GmbH
AG Osnabrück - HRB 200359, Geschäftsführer: Ansas Meyer
-----------------------------------------------------------
More information about the Xapian-discuss
mailing list