Wine on FreeBSD/amd64

Sam Fourman Jr. sfourman at gmail.com
Wed Dec 16 22:57:57 UTC 2009


On Wed, Dec 16, 2009 at 8:28 PM, Brian Hechinger <wonko at 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 at 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


More information about the freebsd-emulation mailing list