From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 22 11:18:39 2011 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 C0FC5106566C for ; Wed, 22 Jun 2011 11:18:39 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3128FC16 for ; Wed, 22 Jun 2011 11:18:38 +0000 (UTC) Received: from higson.cam.lispworks.com (higson [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.3/8.14.3) with ESMTP id p5MB7rDQ015589; Wed, 22 Jun 2011 12:07:53 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id p5MB7qWD028844; Wed, 22 Jun 2011 12:07:52 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id p5MB7qcJ028841; Wed, 22 Jun 2011 12:07:52 +0100 Date: Wed, 22 Jun 2011 12:07:52 +0100 Message-Id: <201106221107.p5MB7qcJ028841@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-emulation@freebsd.org In-reply-to: <4E0132C5.5050604@hawaii-pacific.com> (message from Bruce Meier on Tue, 21 Jun 2011 14:09:41 -1000) References: <4E0132C5.5050604@hawaii-pacific.com> Subject: Re: wine64 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, 22 Jun 2011 11:18:39 -0000 >>>>> On Tue, 21 Jun 2011 14:09:41 -1000, Bruce Meier said: > > I downloaded wine-fbsd64-1.3.21,1.tbz from > http://www.mediafire.com/wine_fbsd64 and it > installed without a problem. However when I run it I get the following > error: > > "ELF interpreter /libexec/ld-elf.so.1 not found Abort". > > I installed on an amd64 using freebsd-8.2. > Can anyone help? You need to install FreeBSD's 32-bit runtime compatibility libraries (the lib32 dist). __Martin