Date: Tue, 11 Jan 2005 13:51:29 +0900 From: Shunsuke SHINOMIYA <shino@fornext.org> To: freebsd-amd64@freebsd.org Subject: thread with 32bit compatible binary Message-ID: <20050111132101.84B1.SHINO@fornext.org>
index | next in thread | raw e-mail
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_ldt" In case of lib32/libc_r. ~> java yp_match: clnt_call: RPC: Unable to receive; errno = Unknown error: 671557860 yp_match: clnt_call: RPC: Unable to receive; errno = Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno = Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno = Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno = Unknown error: -1 yp_match: clnt_call: RPC: Unable to receive; errno = Unknown error: -1 ... Are there any ways to use 32bit compatible thread library with 5-stable? Is this problem corrected with 6-current? Thank you in advance. -- Shunsuke SHINOMIYA <shino@fornext.org>help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050111132101.84B1.SHINO>
