bug-guile
[Top][All Lists]
Advanced

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

Re: Installation Error in Guile-1.8.6


From: Ludovic Courtès
Subject: Re: Installation Error in Guile-1.8.6
Date: Wed, 11 Feb 2009 09:38:27 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hello,

"Ahmed Majeed Khan" <address@hidden> writes:

> ./gen-scmconfig: error while loading shared libraries: libltdl.so.7: cannot
> open shared object file: No such file or directory

This probably means that `libltdl.so' (which comes from Libtool) is not
in the loader's search path.  If `libltdl.so' is installed, say, under
`/foo/bar', you should first "export
LD_LIBRARY_PATH=/foo/bar:$LD_LIBRARY_PATH".

Hope this helps,
Ludo'.





reply via email to

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