From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 18 16:10:19 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 EB26A16A502 for ; Mon, 18 Oct 2004 16:10:19 +0000 (GMT) Received: from mx1.pragmeta.com (mx1.pragmeta.com [216.230.164.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 528D343D49 for ; Mon, 18 Oct 2004 16:10:19 +0000 (GMT) (envelope-from jendries@pragmeta.com) Received: from [10.0.0.201] (host-64-246-146-151.ubr0.dc1-alb.inoc.net [64.246.146.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.pragmeta.com (Postfix) with ESMTP id 4939C55F04C for ; Mon, 18 Oct 2004 12:10:18 -0400 (EDT) Message-ID: <4173EAE2.9050001@pragmeta.com> Date: Mon, 18 Oct 2004 12:10:10 -0400 From: Josh Endries User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041006) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <200410181646.44654.howells@kde.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvsup X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 16:10:20 -0000 I recently had problems running cvsup-without-gui on an AMD64 5.3-BETA7 system. Installing the port didn't compile anything, it only seemed to fetched a binary, I guess. I had to create a symlink for /lib/libm.so.2 and point it to /lib/libm.so.3 for cvsup to run. Josh