hello olly,
i'm getting a halt during ./configure within xapian-bindings with the
error that libxapian.la can't be found ('xapian-config --ltlibs
--cxxflags'). i'm not quite up to speed on bash scripting yet but i
think it has something to do with the ${exec_prefix} variable not being
defined in xapian-config. note, this is on gentoo so the libs default to
/usr/local/lib. i think the errors would've gone unnoticed had i
originally specified '--exec-prefix=/usr' in xapian-core. also, i was
sure to run 'env-update' (aka ldconfig) post xapian-core install. only
after editing xapian-config by replacing all instances of
'${exec_prefix}/lib' with '/usr/local/lib' was i able to
complete the
install successfully.
hopefully this is enough but let me know if you need any more info...
thanks,
andrew
Olly Betts wrote:> I've uploaded Xapian 0.9.3:
>
> http://www.xapian.org/download.php
>
> This release features:
>
> * Assorted fixes for minor bugs and niggles
>
> * A fix for compiling with GCC 4.0.1 or newer.
>
> * Fixes for compiling on cygwin (which was broken by changes in 0.9.2).
>
> * Out-of-the-box support for indexing OpenDocument format in Omega
> (previously you needed to set suitable mime-type mappings).
>
> * Improved language selection in xapian-bindings configure (you now
> specify which languages you want, not which you don't).
>
> * Greatly reduced compile-time and glue-library size for the SWIG-based
> bindings.
>
> * Major improvements to the PHP bindings (wrapping of overloaded methods
> no longer requires a renamed variant for each overloaded form).
>
> * The C# bindings are now usable!
>
> Full details of the changes can be found using the links next to each
> component on the download page.
>
> Enjoy!
>
> Cheers,
> Olly
>
> _______________________________________________
> Xapian-discuss mailing list
> Xapian-discuss@lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-discuss