From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 17 00:28:12 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14C516A4CE for ; Mon, 17 Jan 2005 00:28:12 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199A143D1D for ; Mon, 17 Jan 2005 00:28:12 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 8DC544AC3A for ; Mon, 17 Jan 2005 01:28:10 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15442-03-2 for ; Mon, 17 Jan 2005 01:28:10 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 5C1EE4AC35 for ; Mon, 17 Jan 2005 01:28:10 +0100 (CET) Date: Mon, 17 Jan 2005 01:28:10 +0100 From: Palle Girgensohn To: freebsd-amd64@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: jdk @ amd64? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 00:28:12 -0000 Hello again! Some time ago I asked how to get jdk running on a Dell 2850 with 5.3-stable-amd64, built WITH_LIB32=YES. I've built the JDK on a plain old 32-bit machine, and installed the package on the Dell. When trying to start java, it complains as follows: bin$ ./java /libexec/ld-elf.so.1: /usr/lib32/libpthread.so.1: Undefined symbol "i386_set_ldt" How do I get it running? I have nothing in /etc/libmap.conf, perhaps I should? /Palle