From owner-freebsd-questions@FreeBSD.ORG Wed Mar 12 20:00:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DF401065670 for ; Wed, 12 Mar 2008 20:00:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9ADF88FC15; Wed, 12 Mar 2008 20:00:30 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47D8365D.8090102@FreeBSD.org> Date: Wed, 12 Mar 2008 21:00:29 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Chris Maness References: <20080312083150.G11508@ns1.kq6up.org> In-Reply-To: <20080312083150.G11508@ns1.kq6up.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD List Subject: Re: libm.so.4 not found 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, 12 Mar 2008 20:00:34 -0000 Chris Maness wrote: > How do I build 7.0 with libm.so.4 compatibility built in? I find it on > my 6.3 system. But not on my upgraded 7.0 system. > > in reference to: > > http://lists.freebsd.org/pipermail/freebsd-questions/2006-May/122264.html > > I see that I should be able to add the variable: > > COMPAT4X=yes > > to /etc/make.conf but this flag is not recognized by the Makefile in > /usr/src/. Has this been obsoleted? What is the correct way to add > this compatibility if possible? Yes, it is obsoleted. Install the compat4x port (and make sure your kernel has COMPAT_FREEBSD4). Kris