From owner-freebsd-current@FreeBSD.ORG Fri Sep 26 10:41:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F1D116A4B3 for ; Fri, 26 Sep 2003 10:41:40 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B94F44011 for ; Fri, 26 Sep 2003 10:41:39 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id h8QHfcgG003263; Fri, 26 Sep 2003 13:41:38 -0400 (EDT) Date: Fri, 26 Sep 2003 13:41:38 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Terry Lambert In-Reply-To: <3F747792.A689B628@mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Claus Guttesen Subject: Re: Will 5.2 ship with WITH_LIBMAP? (was Re: KSE howto?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 17:41:40 -0000 On Fri, 26 Sep 2003, Terry Lambert wrote: > Claus Guttesen wrote: > > Before the 'make world/kernel' these two apps would > > crash at regular intervals, and I had to make these > > addititions to /etc/libmap.conf so they wouldn't go > > down: > > > > [/usr/X11R6/bin/firebird] > > libc_r.so.5 libthr.so.1 > > libc_r.so libthr.so > > Which begs the question... is 5.2 going to ship with WITH_LIBMAP > enabled by default? It's already enabled by default, so I'd think so: ---------------------------- revision 1.25 date: 2003/09/13 21:50:35; author: mdodd; state: Exp; lines: +1 -10 Retire the WITH_LIBMAP compile knob; libmap is now a standard feature. ---------------------------- -- Dan Eischen