* debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib problem
@ 2004-11-02 10:23 David Pirotte
2004-11-05 15:10 ` Marius Vollmer
0 siblings, 1 reply; 3+ messages in thread
From: David Pirotte @ 2004-11-02 10:23 UTC (permalink / raw)
Hello,
using debian, following packages installed
david@faust:/usr/local/lib/guile-pg/0.15 17 $ dpkg -l | grep guile
ii guile-1.6 1.6.4-4 ...
ii guile-1.6-dev 1.6.4-4 ...
ii guile-1.6-doc 1.6.4-4 ...
ii guile-1.6-libs 1.6.4-4 ...
ii guile-1.6-slib 1.6.4-4 ...
ii guile-common 1.4-26 ...
rc guile1.4 1.4-25 ...
ii libguile-ltdl-1 1.6.4-4 ...
ii libguile9 1.4-26 ...
ii libgwrapguile-dev 1.3.4-12 ...
ii libgwrapguile1 1.3.4-12 ...
configured/compiled/installed guile-1.6.5 and 'which guile' tells me /usr/local/bin,
but
1. guile --version says 1.6.4
2. (use-modules (database postgres)) tries to load from /usr/lib instaead of /usr/local/lib
david@faust:~ 26 $ echo $GUILE_LOAD_PATH
/usr/local/share/guile:/usr/local/share:/usr/local/lib:/usr/local/pgsql/lib:/usr/lib:/usr/alto/projects/guile:/usr/share:/usr/share/slib
any hints on this?
thanks
david
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib problem
2004-11-02 10:23 debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib problem David Pirotte
@ 2004-11-05 15:10 ` Marius Vollmer
2004-11-11 15:12 ` David Pirotte
0 siblings, 1 reply; 3+ messages in thread
From: Marius Vollmer @ 2004-11-05 15:10 UTC (permalink / raw)
Cc: guile-user
David Pirotte <david@altosw.be> 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.
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib problem
2004-11-05 15:10 ` Marius Vollmer
@ 2004-11-11 15:12 ` David Pirotte
0 siblings, 0 replies; 3+ messages in thread
From: David Pirotte @ 2004-11-11 15:12 UTC (permalink / raw)
On Fri, 05 Nov 2004 16:10:51 +0100
Marius Vollmer <marius.vollmer@uni-dortmund.de> wrote:
> David Pirotte <david@altosw.be> 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.
When I received your mail I immediately tried, it said 1.6.4, even after
hash -r or just lanching a new term
However, for a reason that can not explain myself, it now works.
so thanks everyone and very sorry for the noise
> > 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.
same here
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-11 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-02 10:23 debian guile-1.6.4 pkg and guile-1.6.5 manually installed lib problem David Pirotte
2004-11-05 15:10 ` Marius Vollmer
2004-11-11 15:12 ` David Pirotte
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).