Porting linux-wine

Alexander Leidinger Alexander at Leidinger.net
Thu Oct 27 23:51:38 PDT 2005


Ulrich Spoerlein <q at galgenberg.net> wrote:

> Don't know what to make of this:

> % sudo chroot /compat/linux /bin/bash
> bash-2.05b# ldd /bin/bash
> /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file
> /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file
> ldd: /lib/ld-linux.so.2 exited with unknown exit code (126)
> bash-2.05b# ldd /usr/bin/wine
> /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file
> /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file
> ldd: /lib/ld-linux.so.2 exited with unknown exit code (126)

Please try:
    find /compat/linux/ -type f -print0 | xargs -0 file \
        | grep ELF | cut -d : -f 1 | xargs brandelf -t Linux

Bye,
Alexander.

-- 
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137
Peter's Law of Substitution:
	Look after the molehills, and the mountains will look after
themselves.




More information about the freebsd-emulation mailing list