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.bugs Subject: Re: guile can't find dynamically loaded library Date: Sat, 05 Oct 2002 14:35:59 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: bug-guile-admin@gnu.org Message-ID: References: <200210010108.g9118Cm11313@orchestra.cs.caltech.edu> <87it0jwevw.fsf@zagadka.ping.de> <200210050605.g9565t115372@orchestra.cs.caltech.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033843105 31071 127.0.0.1 (5 Oct 2002 18:38:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Oct 2002 18:38:25 +0000 (UTC) Cc: mvo@zagadka.ping.de, bug-guile@gnu.org 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 17xtoj-00084n-00 for ; Sat, 05 Oct 2002 20:38:21 +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 17xtoR-0007gM-00; Sat, 05 Oct 2002 14:38:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xtmi-0005Wg-00 for bug-guile@gnu.org; Sat, 05 Oct 2002 14:36:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xtmU-0005AA-00 for bug-guile@gnu.org; Sat, 05 Oct 2002 14:36:03 -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 17xtmS-00058Z-00 for bug-guile@gnu.org; Sat, 05 Oct 2002 14:36:00 -0400 Original-Received: (qmail 4556 invoked by uid 500); 5 Oct 2002 18:36:21 -0000 Original-To: Michael Vanier In-Reply-To: <200210050605.g9565t115372@orchestra.cs.caltech.edu> (Michael Vanier's message of "Fri, 4 Oct 2002 23:05:55 -0700") Mail-Copies-To: nobody Mail-Followup-To: Michael Vanier , mvo@zagadka.ping.de, bug-guile@gnu.org Original-Lines: 12 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:494 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:494 Michael Vanier wrote: > Well, it's even more hosed that you realize :-( When I do what you say, it > reports that it can't find libguile-bessel.so in /usr/lib. When I copy > libguile-bessel.so into /usr/lib, it reports that it can't find it in > /usr/local/lib (the next path in my LD_LIBRARY_PATH). And so forth. libltdl is misinterpreting the return value of access(). This bug has been fixed in Guile before, but apparently the fix didn't make its way into all the CVS branches. paul _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile