From owner-freebsd-emulation@FreeBSD.ORG Thu May 19 20:52:10 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 9CD04106566C for ; Thu, 19 May 2011 20:52:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 250738FC1A for ; Thu, 19 May 2011 20:52:09 +0000 (UTC) Received: by fxm11 with SMTP id 11so3133762fxm.13 for ; Thu, 19 May 2011 13:52:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Sl6Zm89VSt5eIHqpS2LFEfKg6WtpbNcI6oXke07Ccc8=; b=NMqMaMD8x5MOUfQYB6OSTBBcE6PgDvkGXPY967KFqZUXr3S/anQdc0ab1XPeVftVDH /L8LKR77mZc/BZ1AApZF8M+DE/FFwufVZJRsXYKaT1nrCoJ3/EfsylXHtQBODQr5A2u5 5yx5w9Y6E/jhHV1CzAAX5fVZ3UlszD1Ir1Mp4= 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; b=caK5vq7O2oB9sUHPa2/6dC/QOukF1T476Ijs4I8WZOhNCYgEWwhHMs7+vOFvPP8afn S/Xho6/mCBt4YUF/8nXIktOvCrMyxLeLyqpBmQd3k9fe3/mTsMF+KGKh/cQj+rLh3Tik lY6MJxgGYbXD0Iz5hVm3/oIexUC/5X9HyVEGI= MIME-Version: 1.0 Received: by 10.223.76.129 with SMTP id c1mr4347928fak.107.1305838328560; Thu, 19 May 2011 13:52:08 -0700 (PDT) Received: by 10.223.118.148 with HTTP; Thu, 19 May 2011 13:52:08 -0700 (PDT) In-Reply-To: <20110519221210.68e242ee@atmarama.net> References: <20110519085359.705bb9be@atmarama.net> <20110519191436.1f4a8b6b@ernst.jennejohn.org> <20110519221210.68e242ee@atmarama.net> Date: Thu, 19 May 2011 15:52:08 -0500 Message-ID: From: Adam Vande More To: Gour-Gadadhara Dasa Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, gljennjohn@googlemail.com Subject: Re: libusb & VueScan 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: Thu, 19 May 2011 20:52:10 -0000 On Thu, May 19, 2011 at 3:12 PM, Gour-Gadadhara Dasa wrote: > There are two issues: > > 1) I was not able to 'brand' 64bit version of VueScan - I got: > > vuescan: > ELF binary type "0" not known. > > readelf gives: > > OS/ABI: UNIX - System V > ABI Version: 0 > > which made me thinking I should try with 32bit version > Yes, the linuxulator is 32 only. 2) libusb installed on my system is: > > > libusb.so -> libusb.so.2 > > > and I believe it's newer version included with the base system while > we need older libusb-compat version (libusb-0.1.so.4) > > I was running x86_64 Linux OS for quite some time, but being new on > FreeBSD, it's still not 100% clear how does Linux-emulation works > here, so any hint how to make it work is welcome. > Have you followed the instructions in the handbook? http://www.freebsd.org/doc/handbook/linuxemu.html -- Adam Vande More