From owner-freebsd-jail@FreeBSD.ORG Mon Dec 6 18:56:04 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 DB8FC106566C; Mon, 6 Dec 2010 18:56:04 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 75CA38FC0C; Mon, 6 Dec 2010 18:56:04 +0000 (UTC) Received: by qwj9 with SMTP id 9so6939185qwj.13 for ; Mon, 06 Dec 2010 10:56:03 -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; bh=WbCq+VmvdVngWuRUoFrOp01CXOOjt3Yl+XVt7I1g7pk=; b=V9L2A1KPbmwYLFzIoiOMT4Xuntd3SJFKtKHO1jjHSJd2wu4ORIk2FlDnTDvfRuUHiV NigWGI7NF8opoL6dMDeh7d65X6SQTQ4/2C4jCHuqMvLDKFgpbmfO3erSTTzLsGoz9ntA gSkS6046xa7G0OsCzsSUeNZVs++U542gvN0Ks= 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=ihdS2odpkA1LaGloWPR2wLZUExFYglZUiW5O++LmJTg9H2+7A9MaFFo4wJny7XPC5n UNTsv3v21s41LVRTyjYAKHt76+iq2U2rK5JZsDz56WNYGZqbt/9FpVyDpo5eZdu4BVPM N+CF4zhwFGvA8/fftZxK9JcCRi1YvUfOqUj2A= MIME-Version: 1.0 Received: by 10.229.246.145 with SMTP id ly17mr5119311qcb.11.1291659946246; Mon, 06 Dec 2010 10:25:46 -0800 (PST) Received: by 10.229.230.201 with HTTP; Mon, 6 Dec 2010 10:25:46 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Dec 2010 10:25:46 -0800 Message-ID: From: Nerius Landys To: Redd Vinylene Content-Type: text/plain; charset=ISO-8859-1 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:56:04 -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? 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. On Mon, Dec 6, 2010 at 10:00 AM, Redd Vinylene wrote: > Greetings! > > Can I run a 32-bit jail (or software) on a 64-bit server? I need to use some > software that only works on 32-bit. > > Thanks! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >