Date: Wed, 26 Oct 2005 15:07:05 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: Ulrich Spoerlein <q@galgenberg.net> Cc: emulation@freebsd.org Subject: Re: Porting linux-wine Message-ID: <20051026150705.qzo2u74dgggcosss@netchild.homeip.net> In-Reply-To: <20051026123347.GA1054@galgenberg.net> References: <20051026123347.GA1054@galgenberg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Ulrich Spoerlein <q@galgenberg.net> wrote: > /compat/linux/usr/bin/wine: error while loading shared libraries: > /usr/lib/libwine.so.1: ELF file OS ABI invalid > > Note that, ktracing this process reveals, it is trying to load > /compat/usr/lib/libwine, so this is ok (I fiddled with LD_LIBRARY_PATH I assume a typo (missing "linux" in the path). > before, and got the same result). Do a "brandelf <exe or lib>" on the lib an on the wine executable (on the ELF binary, in case "wine" is a shell wrapper). If they don't agree regarding the ELF ABI, you have to fix the wrong one up ("brandelf -t Linux <exe or lib>". Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 All programmers are playwrights and all computers are lousy actors.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051026150705.qzo2u74dgggcosss>