Date: Wed, 16 Dec 2009 22:57:56 +0000 From: "Sam Fourman Jr." <sfourman@gmail.com> To: Brian Hechinger <wonko@4amlunch.net> Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on FreeBSD/amd64 Message-ID: <11167f520912161457y794e89b0q7c3f6890685edba4@mail.gmail.com> In-Reply-To: <20091216202816.GX28150@wiggum.4amlunch.net> References: <20091216202816.GX28150@wiggum.4amlunch.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 16, 2009 at 8:28 PM, Brian Hechinger <wonko@4amlunch.net> wrote: > machine: > FreeBSD wintermute.4amlunch.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > I followed the directions on the wiki: http://wiki.freebsd.org/Wine but > it's not completely working for me. > > I setup the aliases for winecfg and wine32 and when I try to use them, I > get this: > > $ winecfg > ELF interpreter /libexec/ld-elf.so.1 not found > Abort > $ alias winecfg > winecfg=LD_32_LIBRARY_PATH='/compat/i386/usr/local/lib PATH=/compat/i386/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/wonko/bin /compat/i386/usr/local/bin/winecfg' > $ ls -l /libexec/ld-elf.so.1 > -r-xr-xr-x 1 root wheel 250072 Nov 21 09:29 /libexec/ld-elf.so.1 > $ ls -l /compat/i386/libexec/ld-elf.so.1 > -r-xr-xr-x 1 root wheel 220692 Dec 15 18:30 /compat/i386/libexec/ld-elf.so.1 > $ > > Any thoughts on what's going on here? i could only get the alias to work if i changed by shell to bash so now I use this in my ~/.bashrc alias winecfg32='LD_32_LIBRARY_PATH=/compat/FreeBSD-i386/usr/local/lib PATH=/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/winecfg' alias wine32='LD_32_LIBRARY_PATH=/compat/FreeBSD-i386/usr/local/lib PATH=/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/wine' alias regedit32='LD_32_LIBRARY_PATH=/compat/FreeBSD-i386/usr/local/lib PATH=/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/regedit' alias glxinfo32='LD_32_LIBRARY_PATH=/compat/FreeBSD-i386/usr/local/lib PATH=/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/glxinfo' alias glxgears32='LD_32_LIBRARY_PATH=/compat/FreeBSD-i386/usr/local/lib PATH=/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/glxgears' Sam Fourman Jr. Fourman Networks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11167f520912161457y794e89b0q7c3f6890685edba4>
