On Sat, Sep 03, 2005 at 04:13:03PM +0100, Matt Wallis wrote: > Hi, > Thank you both for replying. > > On Saturday 03 September 2005 12:55, Fabrice wrote: > > Hello, > > > > For problems with packaging/rpm/deb, please contact the packager of > > your file. The Guile project publishes .tar.gz files and is not > > responsible for other packagings. > > OK, I have now installed guile 1.6.7 from the.tar.gz, and encounter the > following error when I run lilypond: > > GNU LilyPond 2.6.3.1 > /usr/bin/lilypond-bin-2.6.3.1: relocation error: /usr/lib/libguile.so.12: > symbol __sprintf_chk, version GLIBC_2.3.4 not defined in file libc.so.6 with > link time reference
This looks to me as if LilyPond is using the distribution's libguile (typically installed in /usr/lib) and not the one you just installed off sources *typically in /usr/local/lib). It's a half-baked guess, but try doing ``export LD_LIBRARY_PATH=/usr/local/lib´´ before calling lilypond and see whether it changes anything. Regards -- tomás
signature.asc
Description: Digital signature
_______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
