similar to: LIttle problem when installing xapian-bindings-1.4.22

Displaying 20 results from an estimated 6000 matches similar to: "LIttle problem when installing xapian-bindings-1.4.22"

2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
On Mon, May 22, 2023 at 10:35:25PM +0000, nebulaaksum wrote: > I was just installing xapian-bindings-1.4.22 on Ubuntu 22.04, but I > got the following warning message: > > configure: WARNING: Xapian library is version 1.4.18 but the bindings > are version 1.4.22 - we strongly recommend using matching versions. The issue here is mostly that xapian-bindings wraps almost the entire
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
Dear Olly, Thank you so much for the prompt and candid reply to my query; Appreciated very much. I have installed Xapian-core-1.4.22 already. But I did not know about this early before I started to configure xapian-bindings-1.4.22. I would love to bind Java, Ruby, Perl, TCL/TK, Python3, PHP,Lau: --with-csharp enable CSharp bindings --with-java enable Java bindings
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
Oh Olly, you are so kind. Thank you so much. I think you pinned out my problem. I have installed the xapian-core-1.4.22 at /usr/local/xapian-core-1.4.22 to avoid cluttering. I will try to do what you have given me. if that does not work, I will try to remove the older xapian-core-1.4.18 library wherever it is if I can locate it. Then I will give the path for the new one. GTK is just one of the
2023 May 23
3
LIttle problem when installing xapian-bindings-1.4.22
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
2023 Jun 06
1
LIttle problem when installing xapian-bindings-1.4.22
On Thu, May 25, 2023 at 05:18:28PM +0000, nebulaaksum wrote: > Here is what I tried: > 1. > gebreselema at system76-pc:~/myinstalls/myxapian/xapian-omega-1.4.22/xapianomegabuild$ ./configure XAPIAN_CONFIG=/usr/local/xapian-core-1.4.22/bin/xapian-config \--prefix=/usr/local/xapian-omega-1.4.22 > bash: ./configure: No such file or directory Looks like you've created a
2023 May 25
1
LIttle problem when installing xapian-bindings-1.4.22
On Wed, May 24, 2023 at 02:18:50AM +0000, nebulaaksum wrote: > I have more question. After successfully installing xapian-bindings-1.4.22. I continued to install xapian-omega-1.4.22. But it did not even pass the configuration step. > I intend to install xapian-omega-1.4.22 at > /usr/local/xapian-omega-1.4.22. I do my building from a separate > build directory lest I clutter my
2023 Dec 04
1
Unable to add the CRAN apt repository
Thanks! ?"jammy" made it work. ? For some reason, ?lsb_release -cs is returning "victoria" rather than "jammy", and $> sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Ign:2 http://packages.linuxmint.com victoria InRelease Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Hit:4 http://packages.linuxmint.com victoria
2023 Dec 04
1
Unable to add the CRAN apt repository
On Mon, 04 Dec 2023 13:41:47 -0500 Steve Gutreuter <sgutreuter at gmail.com> wrote: > $> sudo /usr/bin/add-apt-repository "deb > https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release > -cs)-cran40/" Looks like `lsb_release -cs` returns a Mint codename for you. Thankfully, since we know that Linux Mint 21 is based on Ubuntu 22.04 "Jammy Jellyfish", it
2008 Sep 16
1
Some Questions From the beginner of Xapian
Dear, guys: I am a beginner of Xapian, when reading the documents, I encountered follow questions. (1) I see the Xapian::Document has a method void add_value (Xapian::valueno valueno, const std::string &value) What's the purpose of this method? Document will related to the terms, but what's the purpose of this? (2) add_posting method will add term to a documents. void
2023 Dec 05
3
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
05.12.2023 17:21, Joachim Lindenberg via samba: > I just upgraded one of my DCs ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19, but the Dc is not yet working again. > > systemctl status samba-ad-dc shows: > > Dec 05 12:48:39 cobra samba[749]: [2023/12/05 12:48:39.562920, 0] ../../source4/samba/service_task.c:36(task_server_terminate) > Dec 05 12:48:39 cobra samba[749]:
2023 Dec 04
2
Unable to add the CRAN apt repository
I just upgraded from Linux Mint 20 to 21 and am no longer able to add the CRAN Ubuntu repository to my list of repositories. ?I am getting: $> sudo /usr/bin/add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" $> sudo apt update Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy
2023 Dec 05
1
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
>How did you upgrade ? >If I remember correctly, both 20.04 and 22.04 come with 4.15.13 (latest Samba version available), so could it be that the upgrade from 20.04 to >22.04 managed to install unrequired packages ? I did a do-release-upgrade first to go from 20.04 to 22.04, and then updated my /etc/apt/sources.list.d/mjt.list to go from focal/samba-4.18 to jammy/samba-4.19. I also
2007 May 30
1
QueryParser prefixing terms when stemming?
I'm new to Xapian and we just recently upgraded to version 1.0.0.0. However, something seems to have changed during the upgrade and I need help figuring out how my code should be written. In version 0.9.9.1 of Search::Xapian, the following code results in this output "Xapian::Query(pet:(pos=1))". my $qp = new Search::Xapian::QueryParser; $qp->set_stemmer(new
2023 Dec 05
3
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
I just upgraded one of my DCs ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19, but the Dc is not yet working again. systemctl status samba-ad-dc shows: Dec 05 12:48:39 cobra samba[749]: [2023/12/05 12:48:39.562920, 0] ../../source4/samba/service_task.c:36(task_server_terminate) Dec 05 12:48:39 cobra samba[749]: task_server_terminate: task_server_terminate: [winbindd child process
2023 Dec 05
1
upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
On Tue, 5 Dec 2023 15:21:50 +0100 Joachim Lindenberg via samba <samba at lists.samba.org> wrote: > I just upgraded one of my DCs ununtu 20.04 -> 22.04 and samba 4.18 -> > 4.19, but the Dc is not yet working again. How did you upgrade ? If I remember correctly, both 20.04 and 22.04 come with 4.15.13 (latest Samba version available), so could it be that the upgrade from 20.04 to
2010 Jan 28
3
Problem getting Xapian working with Burmese
On Fri, Aug 21, 2009 at 02:44:44PM +0200, emmanuel at engelhart.org wrote: >> I want to update my request. >> Is my question bad formulated? too trivial? ... or maybe pretty >> complicated/unclear? > >I think nobody answered as it was hard to follow your example because >the Burmese characters seem to have been mangled (at least the message I >received wasn't
2023 Mar 04
1
Replication error on newly joined DC
OK. I have been trying to add a DC. I've followed the instructions to build a DC that are on the Samba Wiki, ( https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory) bouncing around all the links to install and configure Bind9. I've built it on ubuntu 22.04 Jammy with the addition of the repos from Michael Tokarev. I've started Samba..... and it errors
2023 Aug 03
2
Ubuntu packages on s390x
Hello, Are there any plans to add R packages for Ubuntu on other architectures in addition to amd64? We are looking for s390x packages as the version from the distro's package manger is 4.2.2. I'm happy to help in any way I can. Thank you. Regards, Vivian Kong Linux on IBM Z Open Source Ecosystem IBM Canada Toronto Lab [[alternative HTML version deleted]]
2023 Jan 28
1
Init SSL without certificate database
Hello, Also note that NUT project does not currently issue packages, and I have a hard time guessing what distro might ship a "driver.version: DSM7-1-1-42930-workplus-version2-repack-42930-220712". Ask them what NUT version (release or snapshot) they use, and if they would consider shipping a newer one? Sometime recently (after 2.8.0 release) an option was added to quiesce this
2024 Mar 15
1
Using multiple temporary indexes during updates
On Fri, Mar 15, 2024 at 08:15:55PM +0100, Jean-Francois Dockes wrote: > I have been playing at converting the index update stage of the Recoll indexer to use > multiple temporary indexes and a final merge. > > This yields an improvement factor of almost 3 (on my quad-core CPU), for the total > indexing time for "easy" files like HTML pages. This is nice (!) and I wanted