Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 70 / 7bdc0d1ab1827d9475b4cdebc43b82bbe2269c
1 Return-Path: <ced@ryick.net>\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 DA8BC4196F2\r
6         for <notmuch@notmuchmail.org>; Sat,  3 Apr 2010 14:42:07 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         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 lFI2yuJn7ame for <notmuch@notmuchmail.org>;\r
16         Sat,  3 Apr 2010 14:42:06 -0700 (PDT)\r
17 Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])\r
18         by olra.theworths.org (Postfix) with ESMTP id DE9674196F0\r
19         for <notmuch@notmuchmail.org>; Sat,  3 Apr 2010 14:42:06 -0700 (PDT)\r
20 Received: from ben.nabble.com ([192.168.236.152])\r
21         by kuber.nabble.com with esmtp (Exim 4.63)\r
22         (envelope-from <ced@ryick.net>) id 1NyB6U-0000Ug-5n\r
23         for notmuch@notmuchmail.org; Sat, 03 Apr 2010 14:42:06 -0700\r
24 Date: Sat, 3 Apr 2010 13:42:06 -0800 (PST)\r
25 From: =?UTF-8?Q?C=C3=A9dric_Cabessa?= <ced@ryick.net>\r
26 To: notmuch@notmuchmail.org\r
27 Message-ID: <1270330926173-695408.post@n3.nabble.com>\r
28 In-Reply-To: <87k4t4effn.fsf@SSpaeth.de>\r
29 References: <87k4t4effn.fsf@SSpaeth.de>\r
30 MIME-Version: 1.0\r
31 Content-Type: text/plain; charset=UTF-8\r
32 Content-Transfer-Encoding: quoted-printable\r
33 Subject: Re: [notmuch] cnotmuch 0.1.1 release\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sat, 03 Apr 2010 21:42:08 -0000\r
47 \r
48 \r
49 \r
50 spaetz wrote:\r
51 >=20\r
52 > It needs to have a libnotmuch.so or libnotmuch.so.1 available in some\r
53 > library folder or will raise an exception when loading.\r
54 > "OSError: libnotmuch.so.1: cannot open shared object file: No such file o=\r
55 r\r
56 > directory"\r
57 >=20\r
58 \r
59 libnotmuch.so is in my personal folder, I'd like to use LD_LIBRARY_PATH for\r
60 that.\r
61 The problem is that find_library does not read this variable, but hopefully\r
62 CDLL does.\r
63 \r
64 I suggest to not use find_library. If the library do not exist, we just hav=\r
65 e\r
66 to catch the exception.\r
67 The other advantage is that CDLL allow us to choose a library version\r
68 (find_library will always take the latest).\r
69 \r
70 Here is a patch\r
71 http://n3.nabble.com/file/n695408/ld_library_path.patch\r
72 ld_library_path.patch=20\r
73 \r
74 --=20\r
75 C=C3=A9dric\r
76 \r
77 --=20\r
78 View this message in context: http://n3.nabble.com/cnotmuch-0-1-1-release-t=\r
79 p466611p695408.html\r
80 Sent from the notmuch mailing list archive at Nabble.com.\r