From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 05:46:10 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 3544116A4CE for ; Sat, 6 Mar 2004 05:46:10 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1CE343D1F for ; Sat, 6 Mar 2004 05:46:09 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out002.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040306134609.JXZB9273.out002.verizon.net@mac.com>; Sat, 6 Mar 2004 07:46:09 -0600 Message-ID: <4049D601.106@mac.com> Date: Sat, 06 Mar 2004 08:45:37 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Charles Bacon References: <20040305191901.G42412-100000@tomato.local> In-Reply-To: <20040305191901.G42412-100000@tomato.local> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [68.161.120.219] at Sat, 6 Mar 2004 07:46:09 -0600 cc: questions@freebsd.org Subject: Re: in FreeBSD-4.5R: nl_langinfo() - where is it? 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: Sat, 06 Mar 2004 13:46:10 -0000 Charles Bacon wrote: > I've downloaded the FreeBSD 4.5-version of OpenOffice.org1.1.0 - > this is the second version of OpenOffice.org I've tried. > Incanting openoffice-1.1 (or any of the symlinks which point to it) > results in the message > /usr/libexec/ld-elf.so.1: > /usr/local/OpenOffice.org1.1.0/program/libsal.so.3: Undefined symbol > "nl_langinfo" The manpage for that function says it's supposed to be in libc, and also says: "The nl_langinfo() function first appeared in FreeBSD 4.6." While I would imagine that you could recompile OpenOffice yourself and get a binary that will work-- assuming OO autoconfigures itself whether to use that function-- it's almost certainly less effort to upgrade to FreeBSD 4.9, which would also move you to a more secure/supported version of the OS. -- -Chuck PS: A few things have changed over the past two years-- /usr/src/UPDATING says "20020129: FreeBSD 4.5-RELEASE"... :-)