help-gnu-music
[Top][All Lists]
Advanced

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

Re: Installation of LilyPond without root permissions


From: Mats Bengtsson
Subject: Re: Installation of LilyPond without root permissions
Date: Mon, 27 Nov 2000 13:21:20 +0100

> address@hidden writes:
> > > How do I tell LilyPond to use the guile stored in local?
> > 
> > Set and export PATH such that "guile-config" will run the 1.4
> > version.
This must have been set, since the 1.4 libraries were included
in lilypond.

> > Be sure to include /usr/local/lib in the path  of the
> > dynamic linker (typically, you include it in /etc/ld.so.conf and rerun
> > ldconfig)
> 
> If you're not root, you can work around this by adding /usr/local/lib
> to the environment variable LD_LIBRARY_PATH

You can also tell the linker to hardcode the path in the 
binary, using the following flag 
-Wl,-rpath,/usr/local/lib

(You can add it to the Make variable EXTRA_LDFLAGS
in lily/GNUmakefile)

    /Mats






reply via email to

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