guile-user
[Top][All Lists]
Advanced

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

Re: debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib proble


From: Marius Vollmer
Subject: Re: debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib problem
Date: Fri, 05 Nov 2004 16:10:51 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

David Pirotte <address@hidden> writes:

> configured/compiled/installed guile-1.6.5 and 'which guile' tells me
> /usr/local/bin, but
>
>       1. guile --version says 1.6.4

What does /usr/local/bin/guile say?  Maybe you need to 'hash -r' to
invalidate the bash cache of executable locations.

>       2. (use-modules (database postgres)) tries to load from
>          /usr/lib instaead of /usr/local/lib

You need to configure your system in such a way that it can find
shared libraries in /usr/local/lib, for example by setting
LD_LIBRARY_PATH or LTDL_LIBRARY_PATH, or by edition /etc/ld.so.conf.




reply via email to

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