From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.lisp.guile.user Subject: Re: 1.6.0 problems with libguilereadline-v-12 and fix Date: Fri, 20 Sep 2002 17:32:53 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-user-admin@gnu.org Message-ID: References: <20020918203311.3C5FA3F28@fnord.ir.bbn.com> <87k7ljgfvd.fsf@zagadka.ping.de> <87d6radoa5.fsf@raven.i.defaultvalue.org> <87ptv87d9h.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032558097 20134 127.0.0.1 (20 Sep 2002 21:41:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2002 21:41:37 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17sVWq-0005Ea-00 for ; Fri, 20 Sep 2002 23:41:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17sVXG-0005mm-00; Fri, 20 Sep 2002 17:42:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17sVOS-0003QN-00 for guile-user@gnu.org; Fri, 20 Sep 2002 17:32:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17sVOQ-0003QB-00 for guile-user@gnu.org; Fri, 20 Sep 2002 17:32:55 -0400 Original-Received: from multivac.student.cwru.edu ([129.22.96.25] helo=multivac.cwru.edu) by monty-python.gnu.org with smtp (Exim 4.10) id 17sVOQ-0003Q6-00 for guile-user@gnu.org; Fri, 20 Sep 2002 17:32:54 -0400 Original-Received: (qmail 12928 invoked by uid 500); 20 Sep 2002 21:33:15 -0000 Original-To: Greg Troxel , guile-user@gnu.org In-Reply-To: <87ptv87d9h.fsf@raven.i.defaultvalue.org> (Rob Browning's message of "Fri, 20 Sep 2002 12:59:54 -0500") Mail-Copies-To: nobody Mail-Followup-To: Greg Troxel , guile-user@gnu.org Original-Lines: 15 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1060 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1060 Rob Browning wrote: > If we wanted to make the dlopened libs behave more like .scm files one > thing we might be able to do is put guile's prefix/lib dir at the > *end* of the libltdl search path briefly during a load. If you mean at the end of LD_LIBRARY_PATH (or whatever libltdl variable is initialized from that, but *not* other directories), then that would match how a fixed libltdl (which searches the rpath directories) would behave. ld.so (on GNU/Linux, anyway) searches in this order: LD_LIBRARY_PATH, rpath, ld.so.cache, /lib, /usr/lib. Appending to LD_LIBRARY_PATH (or equivalent) would be a good interim measure until libltdl is fixed. paul _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user