unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Dynamic loading problem
@ 2002-11-21  7:02 Marko Rauhamaa
  2002-12-20 22:12 ` Rob Browning
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Rauhamaa @ 2002-11-21  7:02 UTC (permalink / raw)
  Cc: gary


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:marko@pacujo.net     http://pacujo.net/marko/


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-20 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-21  7:02 Dynamic loading problem Marko Rauhamaa
2002-12-20 22:12 ` Rob Browning

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).