From owner-freebsd-java@FreeBSD.ORG Mon Oct 18 22:32:59 2004 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 6CA2316A4CE for ; Mon, 18 Oct 2004 22:32:59 +0000 (GMT) Received: from morla.lan.homeboyz.com (morla.lan.homeboyz.com [38.119.239.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B3D43D31 for ; Mon, 18 Oct 2004 22:32:56 +0000 (GMT) (envelope-from tduffey@homeboyz.org) Received: (qmail 46225 invoked from network); 18 Oct 2004 22:32:56 -0000 Received: from hbi-int87.lan.homeboyz.com (HELO ?192.168.1.87?) (tduffey@192.168.1.87) by morla.lan.homeboyz.com with AES256-SHA encrypted SMTP; 18 Oct 2004 22:32:56 -0000 Message-ID: <41744497.30307@homeboyz.org> Date: Mon, 18 Oct 2004 17:32:55 -0500 From: Thomas Duffey User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: JDK 1.4 on 4.7-RELEASE-p27 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: Mon, 18 Oct 2004 22:32:59 -0000 Hi All, I'm in a pinch and am wondering if it's possible to build a native JDK 1.4.x for FreeBSD 4.7-RELEASE-p27. Using only what was readily available, I built the port on a 4.9 machine, created a package, installed package on the 4.7 machine and get the following error running java: $ /usr/local/jdk1.4.2/bin/java dl failure on line 239Error: failed /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so, because /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so: Undefined symbol "dlinfo" Is this simply a limitation of 4.7-RELEASE? Looking for a quick yes or no before I go through the trouble of creating a 4.7-STABLE server, which is supposedly the minimum for building the jdk14 port, and then trying to install it on the 4.7-RELEASE machine. Thanks, Tom Duffey