From owner-freebsd-ports@FreeBSD.ORG Fri Jan 7 00:38:37 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4280216A4CE for ; Fri, 7 Jan 2005 00:38:37 +0000 (GMT) Received: from web53603.mail.yahoo.com (web53603.mail.yahoo.com [206.190.37.36]) by mx1.FreeBSD.org (Postfix) with SMTP id AAAD043D1D for ; Fri, 7 Jan 2005 00:38:36 +0000 (GMT) (envelope-from scott@sremick.net) Received: (qmail 78453 invoked by uid 60001); 7 Jan 2005 00:38:36 -0000 Message-ID: <20050107003836.78451.qmail@web53603.mail.yahoo.com> Received: from [69.171.193.20] by web53603.mail.yahoo.com via HTTP; Thu, 06 Jan 2005 16:38:36 PST X-RocketYMMF: siremick Date: Thu, 6 Jan 2005 16:38:36 -0800 (PST) From: "Scott I. Remick" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: mpeg4ip requires IPv6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 00:38:37 -0000 An update for all of you following this: There was a question on why I had two libm.so.* versions: -r--r--r-- 1 root wheel 108400 Mar 1 2004 libm.so.2 -r--r--r-- 1 root wheel 114504 Nov 15 04:11 libm.so.3 It might be because I have compat4x installed. I seem to have it installed because I have nvidia-driver installed, which requires libm.so.2 so it has compat4x as a dependency. Stranglely, I have the file in multiple places: /lib/libm.so.2 /usr/local/lib/compat/libm.so.2 So I can't just remove compat4x unfortunately :(