unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* dl'ing libguilereadline fails for guile 1.6
@ 2002-10-01  6:16 William Webber
  2002-10-01 22:38 ` Marius Vollmer
  2002-10-02  4:18 ` Thien-Thi Nguyen
  0 siblings, 2 replies; 9+ messages in thread
From: William Webber @ 2002-10-01  6:16 UTC (permalink / raw)


Hi!

Compiling guile 1.6 like so:

  $ configure --prefix=/usr/local/guile
  $ make
  $ su
  # make install

and running it like so:

  $ LD_LIBRARY_PATH=/usr/local/guile/lib /usr/local/guile/bin/guile

  guile> (use-modules (ice-9 readline))

gives the error:

  ERROR: In procedure dynamic-link:
  ERROR: file: "libguilereadline-v-12", message: "file not found"

Running guile under strace reveals the following surprising system calls just
before the error:

  access("/usr/local/guile/lib/libguilereadline-v-12.so", R_OK) = 0
  access("/lib/libguilereadline-v-12.so", R_OK) = -1 ENOENT (No such file or directory)
  open("/lib/libguilereadline-v-12.so", O_RDONLY) = -1 ENOENT (No such file or directory)

that is, it finds it can open /usr/local/guile/lib/libguilereadline-v-12.so,
but ignores it.

I'm doing this on RedHat 7.3, with libltdl.so.3.1.0 (the standard one for
redhat 7.3) installed.

Setting LTDL_LIBRARY_PATH also doesn't work.

Any ideas?

TIA,

William


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

end of thread, other threads:[~2002-10-05 19:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-01  6:16 dl'ing libguilereadline fails for guile 1.6 William Webber
2002-10-01 22:38 ` Marius Vollmer
2002-10-02  3:30   ` Rob Browning
2002-10-02 10:20     ` Marius Vollmer
2002-10-02 15:05       ` Rob Browning
2002-10-02 18:01       ` Thien-Thi Nguyen
2002-10-04 16:54         ` Paul Jarc
2002-10-05 19:51           ` Thien-Thi Nguyen
2002-10-02  4:18 ` Thien-Thi Nguyen

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