From owner-freebsd-java@FreeBSD.ORG Wed Nov 9 00:23:19 2011 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 35006106564A for ; Wed, 9 Nov 2011 00:23:19 +0000 (UTC) (envelope-from chad@shire.net) Received: from mail.shire.net (mail.shire.net [209.41.94.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0D48FC15 for ; Wed, 9 Nov 2011 00:23:18 +0000 (UTC) Received: from c-76-27-96-201.hsd1.ut.comcast.net ([76.27.96.201] helo=[192.168.99.216]) by mail.shire.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.51) id 1RNvdA-0004V9-9D; Tue, 08 Nov 2011 17:03:04 -0700 From: "Chad Leigh -- Shire.Net LLC" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 8 Nov 2011 17:03:03 -0700 Message-Id: To: freebsd-java@freebsd.org Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) X-SA-Exim-Connect-IP: 76.27.96.201 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on mail.shire.net); SAEximRunCond expanded to false Cc: Chad Leigh Subject: FreeBSD6 and Diable JDK 1.6 no gethostbyname_r 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: Wed, 09 Nov 2011 00:23:19 -0000 Hi I was wondering if there is any way to work around the lack of = gethostbyname_r on FreeBSD 6? I installed the Diablo JDK 1.6 for FreeBSD 6 for i386 today and = executing programs that use the network like openfire generate: /libexec/ld-elf.so.1: = /usr/public/diablo-jdk1.6.0/jre/lib/i386/libnet.so: Undefined symbol = "gethostbyname_r" Seeing as this Diablo was made for FreeBSD 6 I would have thought that = this sort of thing would have been taken care of.=20 I searched in Google but only saw reports of this with no possible work = arounds. The system in question is not able to be upgraded right now though it = may get replaced early next year and bring us up to speed FreeBSD wise. Thanks Chad