From owner-freebsd-questions Tue Dec 19 19:47:27 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 19:47:25 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 3DAED37B400 for ; Tue, 19 Dec 2000 19:47:25 -0800 (PST) Received: (qmail 1605 invoked by uid 100); 20 Dec 2000 03:47:20 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14912.11208.610028.339605@guru.mired.org> Date: Tue, 19 Dec 2000 21:47:20 -0600 (CST) To: Len Conrad Cc: questions@freebsd.org Subject: Re: ld-elf.so? In-Reply-To: <112914139@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Len Conrad types: > In 4.1.1-release > A pkg doing a "make check" complains > /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found > "where" do I find "what" to add? The message is from ld-elf.so.1; it can't find libc.so.3, which is the 3.x compatability library. The best solution is to get the 4.x version of the package, or build from ports. If that's not possible, do a "make install" in /usr/src/lib/compat/compat3x.i386 as root to install libc.so.3. http://www.mired.org/home/mwm/ Independent WWW/Unix/FreeBSD consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message