Re: Regarding notmuch and Fedora 16
[notmuch-archives.git] / e0 / 6018ff83d3af4034db1584f810c3010c897523
1 Return-Path: <dtk@gmx.de>\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 0F666431FD0\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Oct 2011 00:42:39 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001] autolearn=disabled\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 lgq6nGArGrJ9 for <notmuch@notmuchmail.org>;\r
16         Thu, 13 Oct 2011 00:42:38 -0700 (PDT)\r
17 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 7B2D5431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 13 Oct 2011 00:42:38 -0700 (PDT)\r
22 Received: from mail.jade-hamburg.de (unknown [85.183.11.228])\r
23         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
24         (No client certificate requested)\r
25         by mail.cryptobitch.de (Postfix) with ESMTPSA id 3317E4C6EAD;\r
26         Thu, 13 Oct 2011 09:42:37 +0200 (CEST)\r
27 Received: by mail.jade-hamburg.de (Postfix, from userid 33)\r
28         id A4295DF29F; Thu, 13 Oct 2011 09:42:36 +0200 (CEST)\r
29 To: Jameson Graef Rollins <jrollins@finestructure.net>\r
30 Subject: Re: [python] set rpath in setup.cfg\r
31 X-PHP-Originating-Script: 0:func.inc\r
32 MIME-Version: 1.0\r
33 Date: Thu, 13 Oct 2011 09:42:36 +0200\r
34 From: dtk <dtk@gmx.de>\r
35 In-Reply-To: <87pqi1s8ln.fsf@servo.finestructure.net>\r
36 References: <6d84224ab757d84968df4db3a7b00fcb@jadE-Hamburg.de>\r
37         <20111012153051.GE21615@hayalet>\r
38         <d8e00c1f9be7bf018677a2c868e95e6d@jadE-Hamburg.de>\r
39         <87pqi1s8ln.fsf@servo.finestructure.net>\r
40 Message-ID: <3ae4dc21c9b028b86836b45d778fd4f9@jadE-Hamburg.de>\r
41 X-Sender: dtk@gmx.de\r
42 User-Agent: RoundCube Webmail/0.3.1\r
43 Content-Transfer-Encoding: 8bit\r
44 Content-Type: text/plain;\r
45  charset=UTF-8\r
46 Cc: notmuch@notmuchmail.org\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 13 Oct 2011 07:42:39 -0000\r
60 \r
61 \r
62 On Wed, 12 Oct 2011 23:34:28 -0700, Jameson Graef Rollins\r
63 <jrollins@finestructure.net> wrote:\r
64 > On Thu, 13 Oct 2011 08:12:03 +0200, dtk <dtk@gmx.de> wrote:\r
65 >> in my experience, it tends to cause awkward side effects that are hard\r
66 to\r
67 >> debug, the main problem being that it overrides all default paths and\r
68 is\r
69 >> hard to target at a single problematic application.\r
70\r
71 > I think it's fairly straightforward to prepend a library path to the ld\r
72 > library path without overriding all defaults with something like this\r
73 > (for bash):\r
74\r
75 > LD_LIBRARY_PATH=/new/ld/path:$LD_LIBRARY_PATH\r
76 \r
77 In fact the problem is not not to override default LD_LIBRARY_PATH\r
78 settings (which /really/ should be empty!) but that LD_LIBRARY_PATH\r
79 overrides rpath and default system paths.\r
80 \r
81 tx anyway\r
82 dtk\r