mario alejandro
2008-Jan-11 22:00 UTC
[Xapian-discuss] Help me compile xapian + python on solaris
Hi, i'm a user of pyLucene and in fact try to port lucene to Delphi. In a recent project I must put a search engine to work under django + Solaris 10 and pyLucene as today is impossible (to me!) to compile under Solaris. I'm a deadline and need a solution asap. Somebody tell me about xapian and I try to install it. Xapian core compile & install right but can't build the pything bindings. This is my steps: ./configure --prefix=/opt/local --with-python XAPIAN_CONFIG=/opt/local/bin/xapian-config config.status: config.h is unchanged config.status: executing depfiles commands *** Not found the required tools for building bindings for any *** supported language! *** *** You may need to install -dev or -devel packages for the languages *** you want to build bindings for. *** *** For details of how to point configure at tools not on PATH, see: *** ./configure --help I'm complete noob on solaris, and have 0 experience in use the gcc toolchain. So I run ./configure --help but then wonder what exactly I must configure (why fail?). Any hints? -- Mario A.Montoya Gerente http://www.elmalabarista.com La mejor gu?a de los lugares donde estar y disfrutar http://www.paradondevamos.com
Olly Betts
2008-Jan-11 23:30 UTC
[Xapian-discuss] Help me compile xapian + python on solaris
On Fri, Jan 11, 2008 at 05:00:40PM -0500, mario alejandro wrote:> ./configure --prefix=/opt/local --with-python > XAPIAN_CONFIG=/opt/local/bin/xapian-config > > config.status: config.h is unchanged > config.status: executing depfiles commands > > *** Not found the required tools for building bindings for any > *** supported language!This is telling you that configure didn't find the required tools for building bindings for any supported language. You asked for "--with-python", so this means that configure didn't find the Python-related things it needs. Perhaps it's also under "/opt/local" and you don't have "/opt/local/bin" on your PATH. Look at the output from configure where it probes for "python" and "Python.h" for clues.> *** You may need to install -dev or -devel packages for the languages > *** you want to build bindings for. > *** > *** For details of how to point configure at tools not on PATH, see: > *** ./configure --helpIf you have python installed, but not on your PATH, you need to tell configure where it is. You can see how in "./configure --help" - see also the INSTALL document in the xapian-bindings sources. Cheers, Olly
mario alejandro
2008-Jan-12 02:04 UTC
[Xapian-discuss] Help me compile xapian + python on solaris
Also, is 64 bits: /usr/bin/isainfo -kv 64-bit amd64 kernel modules -- Mario A.Montoya Gerente http://www.elmalabarista.com La mejor gu?a de los lugares donde estar y disfrutar http://www.paradondevamos.com
James Aylett
2008-Jan-16 20:14 UTC
[Xapian-discuss] Help me compile xapian + python on solaris
On Wed, Jan 16, 2008 at 02:49:24PM -0500, mario alejandro wrote:> import xapian > ImportError: ld.so.1: python2.4: fatal: libxapian.so.15: open failed: No > such file or directoryHave you installed Xapian? Is it in your system library path? If not, is it in LD_LIBRARY_PATH? J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james@tartarus.org uncertaintydivision.org