From owner-freebsd-questions@FreeBSD.ORG Sat Dec 18 05:58:43 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 F413916A4CE for ; Sat, 18 Dec 2004 05:58:42 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7FD43D2D for ; Sat, 18 Dec 2004 05:58:42 +0000 (GMT) (envelope-from bees.msu@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so228732rne for ; Fri, 17 Dec 2004 21:58:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=RDpKysyl1QUAa5IlPr091LSdy/TLb9fA2SczsscEhP2BfWYahLrW9112kc1YCpReZoiXe5wqQv1JRkCMF9TrzwQ3spGZbe5hIULWEJTpgJSzA7BSRdochGq2Ke4Mj1bnLJVBOr7NG2694KlZhoLQR4G/+7bB75cR5JAzkJHxKUg= Received: by 10.38.149.39 with SMTP id w39mr57563rnd; Fri, 17 Dec 2004 21:58:42 -0800 (PST) Received: by 10.38.12.56 with HTTP; Fri, 17 Dec 2004 21:58:42 -0800 (PST) Message-ID: Date: Sat, 18 Dec 2004 00:58:42 -0500 From: Zachary Huang To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: installing linux lib in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Zachary Huang List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 05:58:43 -0000 I tried to install the JDK 1.4.6 to FreeBSD (release 4.8), but the got following messages: Unpacking... Checksumming... 0 0 Extracting... ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap Done. This is the same message I got when trying to install j2sdk-1_3_1_10-linux-i586.bin. how do I install the linux lib in FreeBSD? I can not find j2sdk-1_3_1_10-linux-i386.bin at sun.com Thanks, Zachary