Date: Fri, 28 Oct 2005 08:51:30 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: Ulrich Spoerlein <q@galgenberg.net> Cc: emulation@freebsd.org Subject: Re: Porting linux-wine Message-ID: <20051028085130.4wa89yr8ooowkck8@netchild.homeip.net> In-Reply-To: <20051027151458.GC1070@galgenberg.net> References: <20051026123347.GA1054@galgenberg.net> <20051026150705.qzo2u74dgggcosss@netchild.homeip.net> <20051026133312.GB1054@galgenberg.net> <20051027100016.qpwre4w60woo088c@netchild.homeip.net> <20051027083827.GA1070@galgenberg.net> <20051027165956.yplku4x8gw804osc@netchild.homeip.net> <20051027151458.GC1070@galgenberg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Ulrich Spoerlein <q@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051028085130.4wa89yr8ooowkck8>