bug-guile-ncurses
[Top][All Lists]
Advanced

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

Re: [Bug-guile-ncurses] libguile-ncurses file not found


From: Mortimer Cladwell
Subject: Re: [Bug-guile-ncurses] libguile-ncurses file not found
Date: Tue, 19 Nov 2013 05:04:54 -0500

On Mon, Nov 18, 2013 at 8:45 AM, Mike Gran <address@hidden> wrote:


It looks like it can't find the library binary.  That was probably
installed in /usr/local/lib.  When that happens, it usually means
that /usr/local/lib is not in your LD_LIBRARY_PATH environment
variable.

You could try adding /usr/local/lib to LD_LIBRARY_PATH.

Alternatively, you could look to see where Guile expects to
find its binary extensions by running

pkg-config guile-2.0 --variable=extensiondir

When run the directory is :/usr/lib/guile/2.0/extensions

After the guile-ncurses install I do not have a LD_LIBRARY_PATH environment variable so in my ~/.bash_profile I:

export LD_LIBRARY_PATH=/usr/lib/guile/2.0/extensions

I get the same errors when trying to run my program - libguile-ncurses not found.

if in ~/bash_profile I:  export LD_LIBRARY_PATH=/usr/local/lib

I get many errors including core dump that I have not fully investigated yet.
Thanks
Mortimer
 



reply via email to

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