lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond suddenly stopped working for me.


From: Jan Nieuwenhuizen
Subject: Re: Lilypond suddenly stopped working for me.
Date: 04 Dec 2001 01:27:45 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

"Ryan M. Rifkin" <address@hidden> writes:

> Whenever I try to run it now, on a known good file, I get the
> following error:
> 
> bash-2.03$ ly2dvi slow-and-easy-blues.ly
> Running LilyPond...
> lilypond: error while loading shared libraries: libguile.so.9:
> cannot open shared object file: No such file or directory

> I am running redhat 7.1, with lilypond 1.4.6.
> guile IS installed on the machine:

> bash-2.03$ guile -v
> Guile 1.3.4

> Any suggestions are appreciated.

lilypond wants libguile.so.9, but you have guile-1.3.4 installed,
which corresponds with libguile.so.6.

So, most probably, there are two guiles on your machine.  Find
libguile.so.9 (from guile-1.4, or reinstall guile-1.4); and set
LD_LIBRARY_PATH to the directory where it lives, eg:

    $ locate libguile.so.9
    /usr/local/lib/libguile.so.9
    /usr/local/lib/libguile.so.9.0.0
    export LD_LIBRARY_PATH=/usr/local/lib

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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