Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 21:39:21 +0930
From:      Malcolm Kay <malcolm.kay@internode.on.net>
To:        Derrick <freebsd@fbsdsolutions.com>, questions@freebsd.org
Subject:   Re: OpenOffice run problem
Message-ID:  <200405032139.21744.malcolm.kay@internode.on.net>
In-Reply-To: <1083526601.591.6.camel@aragorn.clanbuckbuck.org>
References:  <1083526601.591.6.camel@aragorn.clanbuckbuck.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405032139.21744.malcolm.kay>