guile-devel
[Top][All Lists]
Advanced

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

Re: guile-readline problems


From: Marius Vollmer
Subject: Re: guile-readline problems
Date: 17 Oct 2001 20:01:17 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

address@hidden writes:

> i found this solution but still still don't really understand why
> i need to do this. '/usr/local/lib' is in '/etc/ld.so.conf' and
> 'LD_LIBRARY_PATH' is unset.

The dynamic linker does not consult /etc/ld.so.conf.  You need to run
ldconfig every time you have copied new libraries into any directory
listed in /etc/ld.so.conf.  ldconfig will update /etc/ld.so.cache so
that ld.so will then find the new libraries.  Try "man ld.so" and "man
ldconfig".



reply via email to

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