Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 50 / f570cb480c903b3da5ea52a9ecd89685f75506
1 Return-Path: <ingmar@exherbo.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 62A2A4048D2\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 07:43:11 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.472\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.472 tagged_above=-999 required=5\r
12         tests=[AWL=-0.287, BAYES_40=-0.185] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id MKLNU2kwGKT4 for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Mar 2010 07:43:10 -0800 (PST)\r
17 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 9A0694048D1\r
19         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 07:43:10 -0800 (PST)\r
20 Received: from [83.101.72.69] (helo=localhost)\r
21         by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
22         (envelope-from <ingmar@exherbo.org>)\r
23         id 1Nq713-0005pj-Uo; Fri, 12 Mar 2010 15:43:10 +0000\r
24 To: notmuch@notmuchmail.org\r
25 In-Reply-To: 874okltwgk.fsf@SSpaeth.de\r
26 Message-Id: <E1Nq713-0005pj-Uo@bach.exherbo.org>\r
27 From: ingmar@exherbo.org\r
28 Date: Fri, 12 Mar 2010 15:43:10 +0000\r
29 Subject: Re: [notmuch] (no subject)\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Fri, 12 Mar 2010 15:43:11 -0000\r
43 \r
44 > Ben Gamaris original patch gives me an "-lnotmuch" not found failure\r
45 > during compilation.\r
46 > Your patchset compiles fine and installs /usr/local/bin/notmuch and\r
47 > /usr/local/lib/libnotmuch.so.1. However, it doesn't find it when running\r
48 > and exits saying libnotmuch.so not found.\r
49 \r
50 Right, that was the error the second patch fixes. Sorry, honestly couldn't\r
51 remember, thanks for testing!\r
52 \r
53 > I don't know anything about LD_LIBRARY_PATH and friends, but using the\r
54 > default Makefile options (which use /usr/local as prefix) a standard\r
55 > install should still work :-).\r
56 \r
57 What's the value of LDPATH in your environment? It should contain /usr/local/lib.\r
58 If it doesn't that's not an issue with the patch, but with your installation/distro\r
59 afaik.\r
60 \r