bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22623: testing guile


From: Andy Wingo
Subject: bug#22623: testing guile
Date: Sun, 07 Aug 2016 13:41:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Wed 10 Feb 2016 19:48, Helio <address@hidden> writes:

> $ guile: error while loading shared libraries: libguile-2.2.so.0: cannot open 
> shared object file: No such file or directory

I believe that this means that you have installed libguile to a
directory that is not in your library path.  Maybe you need to run
ldconfig?

> This it is in /usr/local/lib:
>
>  libguile-2.2.a        │5647216│10 feb 18:57│
> │*libguile-2.2.la      │   1066│10 feb 18:57│
> address@hidden      │     21│10 feb 18:57│
> address@hidden    │     21│10 feb 18:57│
> │*libguile-2.2.so.0.0.0│3927028│10 feb 18:57│
> │ libguile-2~.0-gdb.scm│  16039│10 feb 18:57│

Try "ldd guile".  That will tell you which deps are not being found.
Given that your test run passes, it's probably just an installation
snafu on your side I think.

Regards,

Andy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]