"Ryan M. Rifkin" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user