From owner-freebsd-stable@FreeBSD.ORG Mon Feb 12 10:21:32 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CCC416A400 for ; Mon, 12 Feb 2007 10:21:32 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id E046013C481 for ; Mon, 12 Feb 2007 10:21:31 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.66) with esmtp (envelope-from ) id <1HGXtm-00027M-2C>; Mon, 12 Feb 2007 10:55:02 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.66) with esmtpsa (envelope-from ) id <1HGXtm-0003g5-0J>; Mon, 12 Feb 2007 10:55:02 +0100 Message-ID: <45D0397A.7010008@zedat.fu-berlin.de> Date: Mon, 12 Feb 2007 10:55:06 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: Jeffrey Williams References: <45D0327D.3080903@sailorfej.net> In-Reply-To: <45D0327D.3080903@sailorfej.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-stable@freebsd.org Subject: Re: java 1.5 diablo binaries from freebsd foundation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 10:21:32 -0000 Jeffrey Williams wrote: > Has anyone tried loading the java 1.5 diablo binaries from the freebsd > foundation on 6.2 yet? > > Thanks > Jeff > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Well, if you mean the diablo-jdk15 port, the nyes, I tried it to compile AZUREUS (amd64) and used this port for OpenOffice 2.1 (i386) - and it works. On FreeBSD 7.0 it does not work due to dibalo-binaries they expect libc.so.6 which is now libc.so.7 in FreeBSD 7 CURRENT. Regards, Oliver --