From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 16 22:57:57 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC65E1065676 for ; Wed, 16 Dec 2009 22:57:57 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 92FB98FC0C for ; Wed, 16 Dec 2009 22:57:57 +0000 (UTC) Received: by pwi15 with SMTP id 15so1008390pwi.3 for ; Wed, 16 Dec 2009 14:57:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Gn3iW8f5zp6tZtbGB38ZHPPWmB0IN7Cq9GyQJgdqPco=; b=iErUB+rO4dSUToty8QMC0h2MN6AiYqP9jSuPQ621LTs3vYc75dKkEKjRUmONPhqQAF QvY0iLWvHiW8vz9uyJkaSbyVS+uy3ESoDnQbmvT/N8jh2LxNu/nj+6T1AqnRM/udUiiG b3DNHv+7B3l5cH1OtnK7JN2StNytFtbs8sEG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AQ0aVJwkmtkM3Etb9RK4E5FGp+xwDGAgpXo2gGOC3yUm66Ch2h36D31StYeIFCxURl RIYJxcM+0upAwYWxnHc3Odiaiah69TcNCmAhUppwJ8VkLTwNKtJsyAmPr+KBNQEzEZwn D8acy2YEH4DjBhvm0SDL4dJIjGbnZEaz50u+Y= MIME-Version: 1.0 Received: by 10.142.55.2 with SMTP id d2mr1083834wfa.296.1261004276945; Wed, 16 Dec 2009 14:57:56 -0800 (PST) In-Reply-To: <20091216202816.GX28150@wiggum.4amlunch.net> References: <20091216202816.GX28150@wiggum.4amlunch.net> Date: Wed, 16 Dec 2009 22:57:56 +0000 Message-ID: <11167f520912161457y794e89b0q7c3f6890685edba4@mail.gmail.com> From: "Sam Fourman Jr." To: Brian Hechinger Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on FreeBSD/amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 22:57:57 -0000 On Wed, Dec 16, 2009 at 8:28 PM, Brian Hechinger wrote= : > machine: > =A0FreeBSD wintermute.4amlunch.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sa= t Nov 21 15:02:08 UTC 2009 =A0 =A0 root@mason.cse.buffalo.edu:/usr/obj/usr/= src/sys/GENERIC =A0amd64 > > 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=3DLD_32_LIBRARY_PATH=3D'/compat/i386/usr/local/lib PATH=3D/compat= /i386/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbi= n:/usr/local/bin:/home/wonko/bin /compat/i386/usr/local/bin/winecfg' > $ ls -l /libexec/ld-elf.so.1 > -r-xr-xr-x =A01 root =A0wheel =A0250072 Nov 21 09:29 /libexec/ld-elf.so.1 > $ ls -l /compat/i386/libexec/ld-elf.so.1 > -r-xr-xr-x =A01 root =A0wheel =A0220692 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=3D'LD_32_LIBRARY_PATH=3D/compat/FreeBSD-i386/usr/local/lib PATH=3D/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/winecfg' alias wine32=3D'LD_32_LIBRARY_PATH=3D/compat/FreeBSD-i386/usr/local/lib PATH=3D/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/wine' alias regedit32=3D'LD_32_LIBRARY_PATH=3D/compat/FreeBSD-i386/usr/local/lib PATH=3D/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/regedit' alias glxinfo32=3D'LD_32_LIBRARY_PATH=3D/compat/FreeBSD-i386/usr/local/lib PATH=3D/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/glxinfo' alias glxgears32=3D'LD_32_LIBRARY_PATH=3D/compat/FreeBSD-i386/usr/local/lib PATH=3D/compat/FreeBSD-i386/usr/local/bin:$PATH /compat/FreeBSD-i386/usr/local/bin/glxgears' Sam Fourman Jr. Fourman Networks