bug-guile
[Top][All Lists]
Advanced

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

Dynamic loading problem


From: Marko Rauhamaa
Subject: Dynamic loading problem
Date: 20 Nov 2002 23:02:33 -0800

Just installed libguile-1.6 and guile-gtk-1.2 on SuSE 7.3. Loading gtk
failed. The reason is an inconsistency between ltdl.c and linux dlopen.

>From man dlopen:

       the file is searched for in the following locations:

              A colon-separated list of directories in the user's
              LD_LIBRARY_PATH environment variable.

              The list of libraries cached in /etc/ld.so.cache.

              /usr/lib, followed by /lib.

ltdl.c apparently does not consult /etc/ld.so.cache and thus fails to
find the installed extension.

LD_LIBRARY_PATH is not under direct user control on SuSE 7.3. It is not
even under obvious sysadmin control.


Marko

-- 
Marko Rauhamaa      mailto:address@hidden     http://pacujo.net/marko/




reply via email to

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