From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 18:32:18 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8969E1065675 for ; Mon, 6 Dec 2010 18:32:18 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 350D98FC1D for ; Mon, 6 Dec 2010 18:32:17 +0000 (UTC) Received: by qyk8 with SMTP id 8so3580640qyk.13 for ; Mon, 06 Dec 2010 10:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:cc:content-type; bh=CvNgCP0I9lwH4icU2WUvopxBDXywpVIXh7/OLAwwnvo=; b=UIRp3UinaHBuDDpgo73KT1SwdPnTh7uCZ59c0CaXqn8cFheZgS+0IGAbnLoCST5faP LLFGcFnPnyrpyd2ZYTDAB/ZiCALbBDgeULV0YfixDBS6XTS2s9jOPHhUvAh0J9sl3DA/ y+kMUuwgMOYZaGL4VBVMyov/SZRL6MVzbFslQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; b=Cs6wHd6p3VfycB8d6/RYldWobCA8C/Fcd6ti1SvSBj9ttWiHu/FlFwPRtXwJLCWfH5 GbTbr2sQ1yvuvJQ+5/m0My5whMwBwnh2zexnmkGQEI9OVyr+fNWXAnL0Ml2WsX2qo4Uu leWl8JektEvof9MK/OKz1315Ue7FgJrgmWrSw= MIME-Version: 1.0 Received: by 10.229.220.144 with SMTP id hy16mt5975362qcb.259.1291660336508; Mon, 06 Dec 2010 10:32:16 -0800 (PST) Received: by 10.229.217.210 with HTTP; Mon, 6 Dec 2010 10:32:16 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Dec 2010 19:32:16 +0100 Message-ID: From: Redd Vinylene Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: jail@freebsd.org, questions Subject: Re: Can I run a 32-bit jail (or software) on a 64-bit server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2010 18:32:18 -0000 On Mon, Dec 6, 2010 at 7:25 PM, Nerius Landys wrote: > I've had success running [at least some] 32 bit software on 64 bit > FreeBSD without even using a jail. > Do you have /usr/lib32 on your system? This would get installed for > example if you rebuild world/kernel following this: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > and if you don't inhibit the installation of /usr/lib32 by setting > some conf file flag somewhere. > > There are probably other ways to "get" /usr/lib32 on your system, but > I usually rebuild world to make it happen. > Hey man! Matter of fact - yeah - I do have /usr/lib32. So that's all I need or do I need to activate something in rc.conf or whatever? Much obliged!