Re: LIttle problem when installing xapian-bindings-1.4.22
nebulaaksum <[email protected]> Tue, 23 May 2023 20:56:41 +0000
| Newsgroups | gmane.comp.search.xapian.general |
|---|---|
| Message-ID | <WSTwGUrFsws8myQStOLpLsJ0b0IYbudRN8qdKDnKSsAQMH_1ieh9US3L3sBFOv6LwpOVEB77uM1TQSuwrHlCmuprYwZ1voaw3wG_uSmR0ug=@protonmail.com> |
Hi Olly, I tried that, it gave me this message. checking for xapian-config... /usr/local/bin/xapian-config --/usr/local/xapian-bindings-1.4.22 checking /usr/local/bin/xapian-config --/usr/local/xapian-bindings-1.4.22 works... configure: error: '/usr/local/bin/xapian-config --/usr/local/xapian-bindings-1.4.22' not found, aborting But I will try to relocate where these libraries are located. Will keep you posted. With my best regards Mike Sent with Proton Mail secure email. ------- Original Message ------- On Tuesday, May 23rd, 2023 at 3:36 PM, Olly Betts <[email protected]> wrote: > On Tue, May 23, 2023 at 03:06:50AM +0000, nebulaaksum wrote: > > > You said, " Generally xapian-bindings with a newer xapian-core (within > > the same stable release series) should work." > > > But it is the newer xapian-core-1.4.22 which is installed in my system > > already that is having Xapian library version 1.4.18, So the > > xapian-bindings-1.4.22 is saying the core an older library. > > > I suspect you have the Ubuntu libxapian-dev package installed (which is > version 1.4.18 in the version you're using) and that's what > xapian-bindings's configure is finding and trying to use (by default it > looks in $PATH to find the xapian-config script which xapian-core > installs). > > If you've built and installed xapian-core 1.4.22 from source, by default > it will install in prefix /usr/local in which case you can tell > xapian-bindings to use that: > > ./configure XAPIAN_CONFIG=/usr/local/bin/xapian-config > > If you specified --prefix when you ran configure for xapian-core, then > adjust the path here appropriately. > > > The thing is I wanted to install GTK 4.0 and others and this is one of > > the chains of dependencies I am led into to install GTK. > > > > What do you advise me more ? > > > Unless I had a good reason to be building GTK 4.0 from source, I'd > just install the packaged version from the Ubuntu repos: > > sudo apt install libgtk-4-dev > > You may not get the very latest version, but it's a lot less work. > > Cheers, > Olly