From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 19:42:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59B1316A41F for ; Wed, 16 Nov 2005 19:42:20 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D4743D58 for ; Wed, 16 Nov 2005 19:42:19 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1743979nzo for ; Wed, 16 Nov 2005 11:42:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ISapEWs53zry31YnJ6cVL4O0DK0NCuvyp+//XNMgo+prv4HCgUXLoqDDsYHsP1BrAQ9UQehvjOfeFyruztekKxYxcxJudAAN1N9Q0vx5X6RpTF0q67eCEDYWZiZZnVqeqjACtR62dFPZ+5B43a6OIRoYacrsowfE8BkYDs4uw3g= Received: by 10.36.71.15 with SMTP id t15mr271947nza; Wed, 16 Nov 2005 11:42:19 -0800 (PST) Received: by 10.37.20.33 with HTTP; Wed, 16 Nov 2005 11:42:18 -0800 (PST) Message-ID: Date: Wed, 16 Nov 2005 22:42:18 +0300 From: "Andrew P." To: Ian Lord In-Reply-To: <6.2.3.4.2.20051116141813.04ab97e0@pop.msdi.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6.2.3.4.2.20051116122047.04a74dc0@pop.msdi.ca> <6.2.3.4.2.20051116141813.04ab97e0@pop.msdi.ca> Cc: freebsd-questions@freebsd.org Subject: Re: COMPAT_IA32 & COMPAT_FREEBSD5 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: Wed, 16 Nov 2005 19:42:20 -0000 On 11/16/05, Ian Lord wrote: > So Basically, I would need to recompile Php for ia32 and run it in > emulation, then since php is running as a dso, recompile apache... > > At that point, I prefer to do a make buildworld :) You should propably not rely on ia32 compatibility layer on any kind of production server unless absolutely necessary, i.e. you need a legacy closed-source x86 app. If it's critical, consider using FreeBSD/i386, if not, try creating a x86 jail environment. This is not so easy the first time you do it, but it comes very comfortable later.