From owner-freebsd-isp Thu Aug 22 9:35:55 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B139C37B400 for ; Thu, 22 Aug 2002 09:35:51 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C6943E70 for ; Thu, 22 Aug 2002 09:35:50 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 17htx2-0003rq-00; Thu, 22 Aug 2002 08:32:48 -0700 Date: Thu, 22 Aug 2002 08:32:36 -0700 (PDT) From: Tom Samplonius To: Jamie Ostrowski Cc: freebsd-isp@freebsd.org Subject: Re: problems with libc_r.so.3 In-Reply-To: <20020822102447.A74119-100000@floyd.gnulife.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org libc_r.so.3 is a older library that was included in older versions of FreeBSD. It seems to be part of the compat22 and compat3x kits, though you don't have those kits installed. You should probably download and install the compat3x package. Tom On Thu, 22 Aug 2002, Jamie Ostrowski wrote: > > > > I have a program I'm trying to load on FreeBSD 4.5. When I try to load > it, I get: > > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.3" not found > > > Not sure what kind of library this is or how I get it to run, but I DO > see this library on the disk: > > host# locate libc_r.so.3 > > /usr/src/lib/compat/compat22/libc_r.so.3.0.gz.uu > /usr/src/lib/compat/compat3x.i386/libc_r.so.3.gz.uu > > host# _ > > These libraries look different than most of the libc_r libraries. Why > won't they load correctly? > > > - Jamie > > > > > "If you lose your bearings, your life won't go smoothly." > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message