From owner-freebsd-java@FreeBSD.ORG Fri Oct 24 02:15:26 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8EA16A4B3 for ; Fri, 24 Oct 2003 02:15:26 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1663C43F85 for ; Fri, 24 Oct 2003 02:15:24 -0700 (PDT) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.6) id h9O9Omqe000844; Fri, 24 Oct 2003 12:24:48 +0300 (EEST) (envelope-from phantom) Date: Fri, 24 Oct 2003 12:24:48 +0300 From: Alexey Zelkin To: java@freebsd.org Message-ID: <20031024122448.A805@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.7-STABLE i386 Subject: workaround to run Diablo at 5.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 09:15:27 -0000 hi, After few expirements with running of my own compiled jdk I can suggest workaround to those who need to run Diablo at -CURRENT. Following actions need to be done at -CURRENT machine. 1. install compat4.i386 2. copy /usr/lib/libm.so.2 from -STABLE machine to /usr/lib/compat/ at -CURRENT machine 3. Before executing of java binary make sure that you've set LD_LIBRARY_PATH to '/usr/lib/compat' value. And then run java and enjoy.