From owner-freebsd-questions@FreeBSD.ORG Mon May 3 05:09:29 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 B2A0A16A4CE for ; Mon, 3 May 2004 05:09:29 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED19943D2F for ; Mon, 3 May 2004 05:09:28 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp138-145.lns1.adl2.internode.on.net [150.101.138.145])i43C9MZq037836; Mon, 3 May 2004 21:39:23 +0930 (CST) From: Malcolm Kay Organization: at home To: Derrick , questions@freebsd.org Date: Mon, 3 May 2004 21:39:21 +0930 User-Agent: KMail/1.5.4 References: <1083526601.591.6.camel@aragorn.clanbuckbuck.org> In-Reply-To: <1083526601.591.6.camel@aragorn.clanbuckbuck.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200405032139.21744.malcolm.kay@internode.on.net> Subject: Re: OpenOffice run problem 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: Mon, 03 May 2004 12:09:29 -0000 On Monday 03 May 2004 05:06, Derrick wrote: > I am attempting to run the precompiled version of OO-1.1_0.1, but am > having trouble on my 5.2 system. Whenever I try to run the setup, I get > this: > > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found > > which leads me to believe I am missing a dependant install. I looked at > the dependancies and I thought I saw them all listed under pkg_info, so > I would like to verify what produces the above so.4 file. > This is the base threads C library replacing libc in pthread applications. =46rom man page pthread(3): INSTALLATION The current FreeBSD POSIX thread implementation is built in the library libc_r which contains both thread-safe libc functions and the thread functions. This library replaces libc for threaded applications. By default, libc_r is built as part of a 'make world'. To disable the build of libc_r you must supply the '-DNOLIBC_R' option to make(1). Malcolm