lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond on freebsd 6.1


From: Marcel van Campenhout
Subject: Re: lilypond on freebsd 6.1
Date: Wed, 27 Dec 2006 20:28:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Karl Hammar <karl <at> aspodata.se> writes:

> 
> > After installing lilypond 2.10.5 freebsd-x86
> > I get this,
> > "/usr/libexec/ld-elf.so.1 :shared object lidm.so.2 not found required by
> > lilypond".
> 
> Are you sure it said "lidm" and not "libm"?
> 
> > What can I do next to get it working?
> 
> I would try ldd, like:
> 
> $ ldd /usr/bin/lilypond
>         libdl.so.2 => /lib/libdl.so.2 (0x40030000)
>         libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x40034000)
> ...
> 
> And resolve any "not found" lines, which will probably be libm.
> Do you have (this is BSD4.11):
> 
> $ ls -l /usr/lib/libm.s*
> lrwxrwxrwx  1 root  wheel       9 Sep 15  2005 /usr/lib/libm.so -> libm.so.2
> -r--r--r--  1 root  wheel  117024 Jan 21  2005 /usr/lib/libm.so.2
> 
> Regards,
> /Karl
> 
> -----------------------------------------------------------------------
> Karl Hammar                    Aspö Data               karl <at> aspodata.se
> Lilla Aspö 2340                                                Networks
> S-742 94 Östhammar          +46  173 140 57                   Computers
> Sweden                     +46  70 511 97 84                 Consulting
> -----------------------------------------------------------------------
> 

On my laptop I did a new install of freebsd 6.1
One of the first things is trying to get lilypond
op and running.

This is the result : .........!!!!!!!!!!!!!!!!!!!


marcel# ldd /usr/local/lilypond/usr/bin/lilypond
/usr/local/lilypond/usr/bin/lilypond:
        libintl.so.8 => not found (0x0)
        libguile.so.17 => not found (0x0)
        libgmp.so.7 => not found (0x0)
        libpangoft2-1.0.so.1400 => not found (0x0)
        libpango-1.0.so.1400 => not found (0x0)
        libgobject-2.0.so.1000 => not found (0x0)
        libgmodule-2.0.so.1000 => not found (0x0)
        libglib-2.0.so.1000 => not found (0x0)
        libiconv.so.6 => not found (0x0)
        libfontconfig.so.2 => not found (0x0)
        libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x2832c000)
        libz.so => /usr/lib/libz.so (0x28391000)
        libm.so.2 => not found (0x0)
        libc.so.4 => not found (0x0)

And the ls -l :

marcel# ls -l /usr/lib/libm.s*
lrwxrwxrwx  1 root  wheel  14 Dec 25 17:09 /usr/lib/libm.so -> /lib/libm.so.4
lrwxr-xr-x  1 root  wheel   9 Dec 27 09:07 /usr/lib/libm.so.2 -> libm.so.3

What I don't understand is how to solve this missing libm. because it is there
in /usr/lib directory.
When I do lilypond it come back with this message;

marcel# lilypond
/usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by
"lilypond"


Regards Marcel.







reply via email to

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