From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Federico Beffa Newsgroups: gmane.lisp.guile.user Subject: Re: guile-2.0.11 installation on system with 2.0.5 Date: Sun, 14 Sep 2014 17:37:55 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1410709093 11941 80.91.229.3 (14 Sep 2014 15:38:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2014 15:38:13 +0000 (UTC) Cc: guile-user@gnu.org To: neil@ossau.homelinux.net Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 14 17:38:06 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XTBsL-0002RX-PX for guile-user@m.gmane.org; Sun, 14 Sep 2014 17:38:05 +0200 Original-Received: from localhost ([::1]:55054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBsL-0005b7-EV for guile-user@m.gmane.org; Sun, 14 Sep 2014 11:38:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBsD-0005b1-Hl for guile-user@gnu.org; Sun, 14 Sep 2014 11:37:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTBsC-0006m9-N0 for guile-user@gnu.org; Sun, 14 Sep 2014 11:37:57 -0400 Original-Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:60844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBsC-0006le-G6 for guile-user@gnu.org; Sun, 14 Sep 2014 11:37:56 -0400 Original-Received: by mail-lb0-f169.google.com with SMTP id p9so3267589lbv.0 for ; Sun, 14 Sep 2014 08:37:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=vnhUf2az4td8ZXY1qOgiiwZxGM3ELdxohFDKTx/k+RA=; b=RU5s81mr5rCzbwGD8DuLPumH7Z058KPrQYAmZwQp/lqGu1w38a8PbqUHtTOPCs9q0E TQuJUQKJx2v6tNaySCoTAO9Pq3mFcYjpfmL/XZAOrk5G6+WpEll0jJdu0RaXiP38K27C O1oIfrm+eZxBg+ppKY4Jvtxy14HZ0WSLdCz7VDbv+4dh7QVp/L7rgPRO2U5X7ZmFoSWl teZHZEejxPHqk8uIAQtZW9jbvKKwp3Fjix+jXdbAw244KIr3rHANGBz+YUrFEzeOl/a/ rCr8rQc04tITirY4YbvjOtGi2yFikgF5SI1KwzZfGTllUhD3lbvSR40NQmGZaYhVab0L el8g== X-Received: by 10.152.170.167 with SMTP id an7mr2427394lac.94.1410709075211; Sun, 14 Sep 2014 08:37:55 -0700 (PDT) Original-Received: by 10.114.26.101 with HTTP; Sun, 14 Sep 2014 08:37:55 -0700 (PDT) X-Google-Sender-Auth: W8KckYoFYG9NnFWBYBz7cZg8mic X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::229 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11500 Archived-At: Neil Jerram writes: > > This is just a guess, but what happens if you do this: > > $ LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/guile > > Regards, > Neil With this it works! I notice that there is an /etc/ld.so.cache file. Do I somehow need to update it? Thanks, Fede