[Xapian-discuss] Problem with omega reconfiguring
Jim Lynch
jim at fayettedigital.com
Thu Jul 13 11:23:45 BST 2006
I just installed xapian vi a .configure/make/make install as usual.
In any case, I went back and checked out the latest svn source and after
installing a half dozen other package, like "dot" (do you know how hard
it is to figure out what "dot" is if you've never heard of it?) :-) I
got it running.
Now to find out if it is working. Where did I put that database??
Thanks,
Jim.
Olly Betts wrote:
> On Thu, Jul 06, 2006 at 12:20:01PM -0400, Jim Lynch wrote:
>
>> ./configure: line 19050: `XO_LIB_XAPIAN(, { { echo "$as_me:$LINENO:
>> error: Can't find Xapian library" >&5'
>>
>
> Where did you install xapian-core? If it's not under the same prefix
> as automake (or if it's not installed at all) then you need to tell
> aclocal where to find xapian.m4 - e.g.:
>
> aclocal -I/usr/local/aclocal
>
> Or:
>
> aclocal -I/tmp/xapian-core-0.9.6/m4
>
> If you check out the SVN tree, then you can just run the bootstrap
> script in the top level which takes care of running all the autotools
> and passing -I to aclocal so that you can build against uninstalled
> xapian-core. If you're doing development work, that's probably the
> simplest way to go (and allows you to easily diff against the version
> you started from to produce a patch).
>
> Cheers,
> Olly
>
>
>
>
More information about the Xapian-discuss
mailing list