From owner-freebsd-java@FreeBSD.ORG Mon Dec 17 12:10:24 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1EB816A420 for ; Mon, 17 Dec 2007 12:10:24 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id CE12513C4E8 for ; Mon, 17 Dec 2007 12:10:22 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id lBHBpwKv011828; Mon, 17 Dec 2007 13:51:58 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id lBHBpuX8011827; Mon, 17 Dec 2007 13:51:56 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Mon, 17 Dec 2007 13:51:56 +0200 User-Agent: KMail/1.9.7 References: <910e60e80712170300q5b87db2dg3d51da903bcf3c67@mail.gmail.com> In-Reply-To: <910e60e80712170300q5b87db2dg3d51da903bcf3c67@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200712171351.56418.achill@matrix.gatewaynet.com> Cc: dikshie Subject: Re: libpthread questions X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 12:10:24 -0000 =CE=A3=CF=84=CE=B9=CF=82 Monday 17 December 2007 13:00:25 =CE=BF/=CE=B7 dik= shie =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > Hi, > i'm not familiar with libpthread and libthr. > i got: > % java -version > /libexec/ld-elf.so.1: /usr/lib/libpthread.so.2: version LIBTHREAD_1_0 > required by /usr/local/diablo-jdk1.5.0/bin/java not found > > it's FreeBSD-7.0-BETA4 > any hints or pointers how to solve above problem? > > > regards, What is in your /etc/libmap.conf ? Try with the following initial portion of your /etc/libmap.conf [/usr/local/diablo-jdk1.5.0/bin/java] libpthread.so.2 libthr.so.2 and try again running ldd /usr/local/diablo-jdk1.5.0/bin/java java -version =2D-=20 Achilleas Mantzios