From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 14:31:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A7116A4CE for ; Thu, 8 Jul 2004 14:31:04 +0000 (GMT) Received: from briset-mail.ehsbrann.com (briset-mail.ehsbrann.com [193.30.111.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 531A743D3F for ; Thu, 8 Jul 2004 14:31:04 +0000 (GMT) (envelope-from byrons@telkomsa.net) Received: from [193.30.111.83] (helo=[193.30.111.83]) by briset-mail.ehsbrann.com with esmtp (Exim 4.30; FreeBSD) id 1BiZvT-000Iyg-8V; Thu, 08 Jul 2004 15:31:03 +0100 In-Reply-To: <20040708142026.GF57155@dan.emsphone.com> References: <20040708142026.GF57155@dan.emsphone.com> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5E05C6EA-D0EB-11D8-BBAA-000A95BCC722@telkomsa.net> Content-Transfer-Encoding: 7bit From: Byron Schlemmer Date: Thu, 8 Jul 2004 16:30:32 +0200 To: Dan Nelson X-Mailer: Apple Mail (2.618) cc: freebsd-questions@freebsd.org Subject: Re: Bacula installation problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 14:31:04 -0000 On Jul 8, 2004, at 16:20, Dan Nelson wrote: > nl_langinfo has been provided by libc ever since FreeBSD 4.5. If > you're running something older, you will have to build a newer libc > (preferably a new world). I'm not sure why your gettext build decided > that the system had nl_langinfo, though. Ah! Thanks, I think I know what it might be then : /etc/make.conf NOLIBC_R= true # do not build libc_r (re-entrant version of libc) This was a 4.4 machine thats been slowly upgraded over the years without LIBC_R so that might be the problem. Thanks, : Byron