From owner-freebsd-amd64@FreeBSD.ORG Tue Jan 11 04:51:31 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 30BB516A4CE for ; Tue, 11 Jan 2005 04:51:31 +0000 (GMT) Received: from juniper.fornext.org (53.35.138.210.xn.2iij.net [210.138.35.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F6B43D49 for ; Tue, 11 Jan 2005 04:51:30 +0000 (GMT) (envelope-from shino@fornext.org) Received: from [127.0.0.1] (ariel.net.ss.titech.ac.jp [131.112.21.25]) by juniper.fornext.org (Postfix) with ESMTP id 020AC8A for ; Tue, 11 Jan 2005 13:51:28 +0900 (JST) Date: Tue, 11 Jan 2005 13:51:29 +0900 From: Shunsuke SHINOMIYA To: freebsd-amd64@freebsd.org Message-Id: <20050111132101.84B1.SHINO@fornext.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.12.01 [ja] Subject: thread with 32bit compatible binary 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: Tue, 11 Jan 2005 04:51:31 -0000 Hello, I try to run FreeBSD 32bit native JDK 1.4.2 with FreeBSD/amd64 5-stable, but ld-elf.so.1 says `/usr/lib32/libpthread.so.1: Undefined symbol "i386_set_ldt"'. > ~> java > /libexec/ld-elf.so.1: /usr/lib32/libpthread.so.1: Undefined symbol "i386_= set_ldt" I set /etc/libmap32.conf to use lib32/libthr or libc_r instead of lib32/libpthread, but java did not run too. In case of lib32/libthr. ~> java /libexec/ld-elf.so.1: /usr/lib32/libthr.so.1: Undefined symbol "i386_set_ld= t" In case of lib32/libc_r. ~> java yp_match: clnt_call: RPC: Unable to receive; errno =3D Unknown error: 67155= 7860 yp_match: clnt_call: RPC: Unable to receive; errno =3D Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno =3D Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno =3D Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno =3D Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno =3D Unknown error: -1 =2E.. Are there any ways to use 32bit compatible thread library with 5-stable? Is this problem corrected with 6-current? Thank you in advance. --=20 Shunsuke SHINOMIYA