From owner-freebsd-stable@FreeBSD.ORG Tue Jun 21 14:40:55 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3812316A41C for ; Tue, 21 Jun 2005 14:40:55 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F160943D53 for ; Tue, 21 Jun 2005 14:40:54 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j5LEenfr012641; Tue, 21 Jun 2005 10:40:49 -0400 (EDT) Date: Tue, 21 Jun 2005 10:40:49 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Kipp Holger In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Khanh Cao Van , freebsd-stable-list Subject: RE: update libpthread X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 14:40:55 -0000 On Tue, 21 Jun 2005, Kipp Holger wrote: > Khanh Cao Van wrote on Tue 21.06.2005 16:00 > > > Peter Jeremy tell me that I have to update libpthread to be able to > > install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports > > contain that lib . Help me if you know . > > Not port. Base system. Considering this, the best solution for you > seems to be to upgrade the base system to 4.8-RELEASE or later. src/libpthread is not in 4.x and can not be made to work in 4.x. In 4.x, your only solution is to use src/libc_r, which is now marked for deprecation in -current (6.x). If you want reliable Java support, I suggest you use -stable (5.x) which has libpthread. Go ask the -java mailing list for more info. -- DE