From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 18:41:35 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 9B54E1065679; Mon, 6 Dec 2010 18:41:35 +0000 (UTC) (envelope-from nlandys@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 393D48FC2A; Mon, 6 Dec 2010 18:41:34 +0000 (UTC) Received: by vws9 with SMTP id 9so4991997vws.13 for ; Mon, 06 Dec 2010 10:41:34 -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:to:cc:content-type :content-transfer-encoding; bh=LJsXpbzeTbp/TQpxqDWOMXgBDBT8dR3RJ/Mk5Aw3CAg=; b=xX4Knu7B70YD2qoCxaoOaZS7z7Rz9Mt7x2prxKWQSxYDh4AjUepYJZkT2tHRTjk5Jy Wi6OlxyE2JUq6viV7pntWSZfPU+PYh/n7MWJrQJhqeivPX452H52YU15MGdoCOF+mZN0 61G7nNgV9xjctnTOtCbIcDwKlqxQxJ556kUfE= 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:content-transfer-encoding; b=jeGDbck+OGh2QOUO39ZuedrgufWXFkcYWTkg9fV7SiPKWGOeJmReRWt6GAERFb2DWa XjfoWRvDge5fEwk0oHtJ3SNOoeNLRLFgmhSEaci/4efat/hoiT2CGSotqpGP+N/SMlLx IlHwYDFTbLDuSiJ2kzDNF+eWKS803FnOXKagg= MIME-Version: 1.0 Received: by 10.229.235.4 with SMTP id ke4mr5091263qcb.201.1291660498832; Mon, 06 Dec 2010 10:34:58 -0800 (PST) Received: by 10.229.230.201 with HTTP; Mon, 6 Dec 2010 10:34:58 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Dec 2010 10:34:58 -0800 Message-ID: From: Nerius Landys To: Redd Vinylene Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:41:35 -0000 >> 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? =A0This 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! /usr/lib32 should be all you need [I think]. However you won't be able to correctly compile 32 bit software on your 64 bit system. For compiling, you _should_ use a jail, or compile on a 32 bit system. They're addressing this cross-compiling issue in the latest FreeBSD sources I think.