Thank you very much.
Did as you wrote and it works perfectley.

regards Marcel.



2006/12/27, Kim Shrier <[EMAIL PROTECTED]>:

On Dec 27, 2006, at 8:51 AM, Marcel Campenhout wrote:

> 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".
>
>
> I made a sym.link from de libm.so.3 -- libm.so.2.
> placed one in /usr/lib and one in /usr/libexec but the
> result is the same error.
>
> What can I do next to get it working?
>
> regards Marcel.
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user

Just symlinking libm.so.2 to libm.so.3 or making a copy of libm.so.3
and renaming it to libm.so.2 will not work since the library has
version information in it and the dynamic library loader will not be
faked out.  libm.so.2 is from FreeBSD 4.x so you need to install the
compat4x port.  This is located in /usr/ports/misc/compat4x.  After
making and installing this port, lilypond should be able to locate
the libm.so.2 library.  If you don't want to build the port, there
is a binary package version that can be installed by retrieving the
package from the FreeBSD ftp site or it should be on your 6.1
installation
CD's.

Kim
--
  Kim Shrier - principal, Shrier and Deihl - mailto:[EMAIL PROTECTED]
Remote Unix Network Admin, Security, Internet Software Development
   Tinker Internet Services - Superior FreeBSD-based Web Hosting
                      http://www.tinker.com/



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

Reply via email to