From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 14:20:28 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 DB78416A4CE for ; Thu, 8 Jul 2004 14:20:28 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973C343D2D for ; Thu, 8 Jul 2004 14:20:28 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i68EKRTV097202; Thu, 8 Jul 2004 09:20:27 -0500 (CDT) (envelope-from dan) Date: Thu, 8 Jul 2004 09:20:26 -0500 From: Dan Nelson To: Byron Schlemmer Message-ID: <20040708142026.GF57155@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i 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:20:29 -0000 In the last episode (Jul 08), Byron Schlemmer said: > I'm having a problem installing Bacula from ports, which have been > updated today : > > # portinstall -v bacula > > c++ -L/usr/local/lib -pthread -L../lib -L../cats -L../findlib -o > bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o > catreq.o dird_conf.o expand.o fd_cmds.o getmsg.o inc_conf.o job.o > jobq.o mountreq.o msgchan.o next_vol.o newvol.o recycle.o restore.o > run_conf.o scheduler.o sql_cmds.o ua_acl.o ua_cmds.o ua_dotcmds.o > ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o ua_purge.o > ua_restore.o ua_run.o ua_select.o ua_server.o ua_status.o ua_tree.o > verify.o -lsql -lbac -lfind -lm -lcrypt -L/usr/local/lib -lpq > -D_THREAD_SAFE -lwrap -lxpg4 > /usr/local/lib/libintl.so.6: undefined reference to `nl_langinfo' > *** Error code 1 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. -- Dan Nelson dnelson@allantgroup.com