Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8AB854048D5 for ; Fri, 12 Mar 2010 07:02:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.589 X-Spam-Level: X-Spam-Status: No, score=-0.589 tagged_above=-999 required=5 tests=[AWL=-0.404, BAYES_40=-0.185] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sHvSw9brKehp for ; Fri, 12 Mar 2010 07:02:08 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by olra.theworths.org (Postfix) with ESMTP id C48604048D2 for ; Fri, 12 Mar 2010 07:02:08 -0800 (PST) Received: from sspaeth.de (unknown [84.55.211.9]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id 4CF33250070; Fri, 12 Mar 2010 07:02:05 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Fri, 12 Mar 2010 16:02:03 +0100 From: "Sebastian Spaeth" To: Ingmar Vanhassel , notmuch@notmuchmail.org In-Reply-To: <1268401656-12827-1-git-send-email-ingmar@exherbo.org> References: <1268347072-2050-1-git-send-email-bgamari.foss@gmail.com> <1268401656-12827-1-git-send-email-ingmar@exherbo.org> Date: Fri, 12 Mar 2010 16:02:03 +0100 Message-ID: <874okltwgk.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] (no subject) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 15:02:09 -0000 On Fri, 12 Mar 2010 14:47:33 +0100, Ingmar Vanhassel wrote: > Here's my updated series for this. Ben Gamaris original patch gives me an "-lnotmuch" not found failure during compilation. Your patchset compiles fine and installs /usr/local/bin/notmuch and /usr/local/lib/libnotmuch.so.1. However, it doesn't find it when running and exits saying libnotmuch.so not found. I don't know anything about LD_LIBRARY_PATH and friends, but using the default Makefile options (which use /usr/local as prefix) a standard install should still work :-). Looking eagerly forward to a shared notmuch library. spaetz