From owner-freebsd-questions@FreeBSD.ORG Mon May 3 10:26:42 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 E9B7016A4CE for ; Mon, 3 May 2004 10:26:42 -0700 (PDT) Received: from clanbuckbuck.org (c-67-160-113-101.client.comcast.net [67.160.113.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E4943D58 for ; Mon, 3 May 2004 10:26:42 -0700 (PDT) (envelope-from ryallsd@fbsdsolutions.com) Received: from RYALLS1 ([131.107.3.74]) (AUTH: LOGIN ryallsd, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by clanbuckbuck.org with esmtp; Mon, 03 May 2004 10:26:40 -0700 From: "Derrick Ryalls" To: "'Malcolm Kay'" , "'Derrick'" , questions@freebsd.org Date: Mon, 3 May 2004 10:25:55 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <200405032139.21744.malcolm.kay@internode.on.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal 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 17:26:43 -0000 > > > > /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.=20 > I looked=20 > > at the dependancies and I thought I saw them all listed under=20 > > pkg_info, so I would like to verify what produces the above=20 > so.4 file. > > >=20 > This is the base threads C library replacing libc in pthread=20 > applications. From man page pthread(3): INSTALLATION > The current FreeBSD POSIX thread implementation is built=20 > in the library > libc_r which contains both thread-safe libc functions=20 > and the thread > functions. This library replaces libc for threaded applications. >=20 > By default, libc_r is built as part of a 'make world'. =20 > To disable the > build of libc_r you must supply the '-DNOLIBC_R' option=20 > to make(1). >=20 When I did a buildworld, I didn't have a /etc/make.conf file, so unless = that is the default option, I should have gotten libc_r, right? Right now = the machine is booted to windows and in another city so I can't check /etc/defaults/make.conf to see the contents, so I will have to check = later to see what it is set for. Thanks for the lead atleast.