From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 16 22:45:05 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 6C96D10656A7 for ; Wed, 16 Dec 2009 22:45:05 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 285298FC35 for ; Wed, 16 Dec 2009 22:45:05 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NL2cB-0002g5-GP for freebsd-emulation@freebsd.org; Wed, 16 Dec 2009 23:45:03 +0100 Received: from 93-138-117-200.adsl.net.t-com.hr ([93.138.117.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Dec 2009 23:45:03 +0100 Received: from ivoras by 93-138-117-200.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Dec 2009 23:45:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Ivan Voras Date: Wed, 16 Dec 2009 23:42:58 +0100 Lines: 24 Message-ID: References: <20091216202816.GX28150@wiggum.4amlunch.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-138-117-200.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <20091216202816.GX28150@wiggum.4amlunch.net> Sender: news 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:45:05 -0000 Brian Hechinger 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? Don't know but check the wiki again, it might help you with a link :)