Date: Wed, 16 Dec 2009 15:28:18 -0500 From: Brian Hechinger <wonko@4amlunch.net> To: freebsd-emulation@freebsd.org Subject: Wine on FreeBSD/amd64 Message-ID: <20091216202816.GX28150@wiggum.4amlunch.net>
next in thread | raw e-mail | index | archive | help
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? Thanks! -brian -- "Coding in C is like sending a 3 year old to do groceries. You gotta tell them exactly what you want or you'll end up with a cupboard full of pop tarts and pancake mix." -- IRC User (http://www.bash.org/?841435)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091216202816.GX28150>