From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 11 04:35:29 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 583A416A4CF for ; Mon, 11 Oct 2004 04:35:29 +0000 (GMT) Received: from area51.capnet.state.tx.us (area51.capnet.state.tx.us [141.198.193.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1194043D49 for ; Mon, 11 Oct 2004 04:35:29 +0000 (GMT) (envelope-from trorki@area51.capnet.state.tx.us) Received: from area51.capnet.state.tx.us (localhost.capnet.state.tx.us [127.0.0.1])i9B4VVh8013026 for ; Sun, 10 Oct 2004 23:31:31 -0500 (CDT) (envelope-from trorki@area51.capnet.state.tx.us) Received: from localhost (stu@localhost)i9B4VVPP013023 for ; Sun, 10 Oct 2004 23:31:31 -0500 (CDT) X-Authentication-Warning: area51.capnet.state.tx.us: stu owned process doing -bs Date: Sun, 10 Oct 2004 23:31:31 -0500 (CDT) From: trorki@area51.capnet.state.tx.us X-X-Sender: stu@area51.capnet.state.tx.us To: freebsd-amd64@freebsd.org In-Reply-To: <4169E68D.9070102@cisnet.com> Message-ID: <20041010233036.F12981@area51.capnet.state.tx.us> References: <4169E68D.9070102@cisnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: i386 compat X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: trorki@area51.capnet.state.tx.us List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 04:35:29 -0000 On Sun, 10 Oct 2004, Hermit wrote: > I'm new to FreeBSD. 5.2.1 amd64 is > listed as 'supported' for a commerical > package I need to run. I try to install > mysql40-server, and other things for > that matter, and the system complains > that the package is for i386 machines. > How do I get around this? I've spent > hours and finally found this in the > archives: > You need to run > /usr/src/tools/lib32/build32.sh with cwd > set to /usr/src > to build the 32-bit loader & basic > libraries. > Is this my answer? What is 'cwd set to > /usr/src mean? "current working directory", as in % cd /usr/src trorki