From owner-freebsd-questions Wed Nov 8 19:12:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 624DD37B479 for ; Wed, 8 Nov 2000 19:12:10 -0800 (PST) Received: (qmail 26814 invoked by uid 100); 9 Nov 2000 03:12:09 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14858.5641.810531.748719@guru.mired.org> Date: Wed, 8 Nov 2000 21:12:09 -0600 (CST) To: Cc: questions@freebsd.org Subject: Re: JDK1.1.8 In-Reply-To: <1709052@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 okusiy@yahoo.com types: > I have FreeBSD 4.0-RELEASE and I've installed > JDK1.1.8_ELF.V1999-11-9. While starting javac I get > error: > "/usr/libexec/ld-elf.so.1: Shared object "libc.so.3" > not found" > What is wrong? What have I do? Looks like you installed a binary targeted at an older release of FreeBSD. Try installing the FreeBSD 3.x compatability libraries. If you installed the sources, then "cd /usr/src/lib/compat/compat3x.i386" and "make install" should do the trick.