From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22026 invoked by alias); 20 Jun 2003 12:43:47 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21998 invoked from network); 20 Jun 2003 12:43:46 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 20 Jun 2003 12:43:46 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5KChkH25460 for ; Fri, 20 Jun 2003 08:43:46 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5KChkI31675; Fri, 20 Jun 2003 08:43:46 -0400 Received: from localhost.localdomain (vpn50-26.rdu.redhat.com [172.16.50.26]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5KChjd19977; Fri, 20 Jun 2003 08:43:45 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5KChdT24242; Fri, 20 Jun 2003 05:43:39 -0700 Date: Fri, 20 Jun 2003 12:43:00 -0000 From: Kevin Buettner Message-Id: <1030620124339.ZM24241@localhost.localdomain> In-Reply-To: "Kris Warkentin" "Re: Why does solib_open do what it does?" (Jun 20, 8:28am) References: <09e801c33504$bd88b420$0202040a@catdog> <1030617200144.ZM31327@localhost.localdomain> <0ab001c3350d$359af2e0$0202040a@catdog> <1030617202406.ZM31423@localhost.localdomain> <3EEFAEDB.4090509@redhat.com> <005101c3353c$80077c70$2a00a8c0@dash> <1030618051511.ZM11645@localhost.localdomain> <3EF0B23E.8040406@redhat.com> <20030618191600.GB9449@nevyn.them.org> <3EF0C77A.5000007@redhat.com> <20030618202726.GA11078@nevyn.them.org> <3EF0D0AD.6000204@redhat.com> <046901c3365d$c68e2a50$0202040a@catdog> <1030619231615.ZM4725@localhost.localdomain> <1030619234220.ZM4802@localhost.localdomain> <007a01c33727$77aa0830$0202040a@catdog> To: "Kris Warkentin" , "Kevin Buettner" Subject: Re: Why does solib_open do what it does? Cc: "Daniel Jacobowitz" , "Gdb@Sources.Redhat.Com" , "Michael Snyder" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00411.txt.bz2 On Jun 20, 8:28am, Kris Warkentin wrote: > Doh....I read the first email, made the changes and submitted the patch > before I saw this one. Oh well, it won't hurt to have that in there for now > until we decide whether or not to prepend solib-absolute-prefix to paths. Actually, you did the right thing. The fix that you committed will hold us until we figure out whether or not to retain the PATH / LD_LIBRARY_PATH searches. Kevin