lilypond-user
[Top][All Lists]
Advanced

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

Re: building v2.19.83 - can't find libguile.so.17


From: Jonas Hahnfeld
Subject: Re: building v2.19.83 - can't find libguile.so.17
Date: Sat, 25 Jan 2020 10:13:32 +0100
User-agent: Evolution 3.34.3

Am Freitag, den 24.01.2020, 16:45 -0500 schrieb Bric:
> i am building lilypond-2.19.83 on Ubuntu 18.04.2 LTS 
> 
> 
> 
> had to build guile-1.8.8, after which lilypond ./configure was happy, and 
> finished (posted about my guile struggles a few days ago) 
> 
> 
> 
> But "make" errors out with: 
> 
> 
> 
> cat Documentation/out/generate-documentation.log : 
> 
> 
> 
> <build root>/lilypond-2.19.83/out/bin/lilypond: error while loading shared 
> libraries: libguile.so.17: cannot open shared object file: No such file or 
> directory 
> 
> 
> i built guile to /usr/local/lib, and have a symlink with the above file name 
> lilypond can't find 
> 
> 
> 
>  ls -l /usr/local/lib/libguile.so.17* 
> 
> 
> 
> lrwxrwxrwx 1 root root 18 Jan 18 23:54 /usr/local/lib/libguile.so.17 -> 
> libguile.so.17.4.0 
> -rwxr-xr-x 1 root root 4607496 Jan 18 23:54 /usr/local/lib/libguile.so.17.4.0 
> 
> 
> guile-config link : 
> 
> 
> 
> -pthread -L/usr/local/lib -lguile -lltdl -lgmp -lcrypt -lm -lltdl 
> 
> 
> how can i make lilypond find the shared object?

I just checked and Ubuntu apparently doesn't look for libraries in
/usr/local/lib (at least on my system). If you want it to, you might
try export'ing LD_LIBRARY_PATH=/usr/local/lib in your shell. This
*should* work without removing other versions of guile from your
system.

Jonas

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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