> 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               [EMAIL PROTECTED]
Lilla Aspö 2340                                                Networks
S-742 94 Östhammar          +46  173 140 57                   Computers
Sweden                     +46  70 511 97 84                 Consulting
-----------------------------------------------------------------------




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to