[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: opening wrong version libguilereadline
From: |
Rob Browning |
Subject: |
Re: opening wrong version libguilereadline |
Date: |
Mon, 16 Sep 2002 00:08:10 -0500 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu) |
Arno Peters <address@hidden> writes:
> I am working with a recent Guile CVS snapshot in /usr/local. I also
> have Guile 1.4 installed in /usr. I am unable to use readline in
> version 1.7; Guile aborts due to a SIGKILL signal. By contrast
> version 1.4 works ok. Below is a strace of Guile 1.7.0 that shows
> what files are read. The actual strace is much larger and I can mail
> it upon request.
>
> From what I can judge, libtool picks up the wrong version of the
> library. This may point to a bug in handling multiple versions of the
> same library in different locations.
Do you have either LD_LIBRARY_PATH or LTDL_LIBRARY_PATH set to include
/usr/local/lib? If you don't, you must. Guile loads dynamic
libraries using libtool's libltdl, and libltdl doesn't look in
/usr/local/lib the way ld.so does by default. See Guile's INSTALL
file for more details.
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD