Ashish Gupta
2011-Jun-14 17:58 UTC
[Xapian-discuss] Problem installing Xapian python bindings on Mac OS X
I am using xapian-bindings-1.0.16.tar.gz ./configure --prefix=$HOME PYTHON=/usr/bin/python PYTHON_LIB=/Library/Python/2.6/site-packages --with-python --without-ruby --without-php --without-tcl and I get configure: error: Can't find xapian-config, although the xapian-core runtime library seems to be installed. If you've installed xapian-core from a package, you probably need to install an extra package called something like xapian-core-devel in order to be able to build code using the Xapian library. I cannot find xapian-core-devel either. Any suggestions. Ashish
James Aylett
2011-Jun-14 20:51 UTC
[Xapian-discuss] Problem installing Xapian python bindings on Mac OS X
On 14 Jun 2011, at 18:58, Ashish Gupta wrote:> I am using xapian-bindings-1.0.16.tar.gzSounds like you've installed xapian-core using a packaging system, but it's only installed the binaries. If the packaging system you used doesn't contain the python bindings as well, you'll probably have to install xapian-core from source before you build xapian-bindings. That is usually fairly straightforward on Mac OS. However you really shouldn't be using 1.0.16; it's not even the latest 1.0.x release, and you really want to use a 1.2 series, which is much more recent and considerably better. (Including easier to build on Mac OS, I believe.) J -- James Aylett talktorex.co.uk - xapian.org - devfort.com - spacelog.org