unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: <tomas@tuxteam.de>
To: guile-devel@gnu.org
Subject: Re: GNU Guile 2.9.4 Released [beta]
Date: Mon, 26 Aug 2019 19:10:05 +0200	[thread overview]
Message-ID: <20190826171005.GG15218@tuxteam.de> (raw)
In-Reply-To: <CABsfGyWggdyXj5uizJi9A9W9t=3RzHuyvEnBXZHxcF4kj-K-tg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

On Mon, Aug 26, 2019 at 06:39:02PM +0200, Thomas Morley wrote:
> Am So., 25. Aug. 2019 um 22:22 Uhr schrieb Andy Wingo <wingo@pobox.com>:
> >
> > We are pleased to announce GNU Guile release 2.9.4.  This is the fourth
> > pre-release of what will eventually become the 3.0 release series.
> 
> > We encourage you to test this release and provide feedback to
> > guile-devel@gnu.org, and to file bugs by sending mail to
> > bug-guile@gnu.org.
> 
> Hi,
> 
> I did in my guile-git-repository:
> 
> git fetch
> git pull -r
> git checkout v2.9.4
> git checkout -b guile-2.9.4
> make clean
> sh autogen.sh
> ./configure
> make
> sudo make install
> 
> All went well, but then doing:
> ~$ guile
> returns:
> guile: error while loading shared libraries: libguile-3.0.so.0: cannot
> open shared object file: No such file or directory
> 
> But
> ~$ locate libguile-3.0.so.0
> returns:
> /home/hermann/guile-3.0/libguile/.libs/libguile-3.0.so.0
> /home/hermann/guile-3.0/libguile/.libs/libguile-3.0.so.0.0.0

Hm. After having done "sudo make install" above, I'd expect libguile
to land in /usr/local/lib somewhere: go look there.

 - Are you starting the "right" guile? (probably)
   What does "which guile" say?
 - What does "/usr/bin/ldd $(which guile) say?

Perhaps you have to add /usr/local/lib to /etc/ld.so.conf (or some
file below /etc/ld.so.conf.d) and run ldconfig.

HTH
-- tomás

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2019-08-26 17:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-25 20:21 GNU Guile 2.9.4 Released [beta] Andy Wingo
2019-08-26 16:39 ` Thomas Morley
2019-08-26 17:10   ` tomas [this message]
2019-08-26 18:13     ` Thomas Morley
2019-08-26 19:07       ` tomas
2019-08-26 19:12       ` Mark H Weaver
2019-08-26 19:39         ` tomas
2019-08-26 21:06         ` Thomas Morley
     [not found] <cef65c5c-d0e9-02a2-26a1-3cbbe64ac934@gmail.com>
2019-08-29  0:21 ` Matt Wette

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190826171005.GG15218@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).