From owner-freebsd-jail@FreeBSD.ORG Mon Dec 6 18:32:18 2010 Return-Path: Delivered-To: jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C1CC1065672 for ; Mon, 6 Dec 2010 18:32:18 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0D99B8FC1B for ; Mon, 6 Dec 2010 18:32:17 +0000 (UTC) Received: by vws9 with SMTP id 9so4983301vws.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=3oJ6oB7YV1A9W8EvwnLR0CXoyN7voLdUMROFum7dEpA=; b=tEyOO3Bk7cWpC4FUvFBJeR/8m9lxCqWM8zTervilXaomoy8Syft+CgeZSoLXbF3n2f otUXm27JbBluozZZs0FuTSBlHo1sjGtVC4kiiN6GLpwPq2amp6eFj3z0BT0qiauMt+bV S+uzfRGcfEz1XphnxwVmlJ0U4gqPaBKQvX5iY= 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=anYrbSVUOe3j4i6wLy/4COHmP2/hFKV3fRYdVLbRlHTmfnWHAJy6X6/g79ih9QHF/Y omKTW4L99M4DvwGutJGhnv4iovlV+I5Jt+YnK1nUAhRC9bbSlS8ioWN9G3sc2p4jXltY JITmoNdNNJdtoLJi4bVhKMHjAYIg808oYN6wk= MIME-Version: 1.0 Received: by 10.229.220.144 with SMTP id hy16mt5975361qcb.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-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" 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!