From owner-freebsd-java Tue Apr 9 12:58:11 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id B8E2A37B404 for ; Tue, 9 Apr 2002 12:58:06 -0700 (PDT) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16v1ki-0004ME-00 for freebsd-java@freebsd.org; Tue, 09 Apr 2002 13:58:05 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g39Jw1T42666 for freebsd-java@freebsd.org; Wed, 10 Apr 2002 05:28:01 +0930 (CST) (envelope-from glewis) Date: Wed, 10 Apr 2002 05:27:27 +0930 From: Greg Lewis To: Dragos Ilie Subject: Re: jdk13 install on bsd 4.2 stable Message-ID: <20020410052727.A42627@misty.eyesbeyond.com> References: <5.1.0.14.2.20020409111707.02f4f928@mail.vpr.uiowa.edu> <200204091650.SAA22467@smtp.hccnet.nl> <20020410030756.A40180@misty.eyesbeyond.com> <3CB33931.5EB52016@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CB33931.5EB52016@niksun.com>; from dragos@niksun.com on Tue, Apr 09, 2002 at 02:55:46PM -0400 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Apr 09, 2002 at 02:55:46PM -0400, Dragos Ilie wrote: > The patch actually got me through the build process. However, when I run > mozilla with the plugin it crashes abruptly saying: > > Plugin could not > load:/usr/local/jdk1.3.1/jre/lib/i386/libjavaplugin_jni.so > Path > is:/usr/local/jdk1.3.1/jre/lib/i386/green_threads:/usr/local/jdk1.3.1/jre/lib/i386:.:./plugins:/usr/lib > java.lang.UnsatisfiedLinkError: > /usr/local/jdk1.3.1/jre/lib/i386/libjavaplugin_jni.so: > /usr/local/jdk1.3.1/jre/lib/i386/libjavaplugin_jni.so: Undefined symbol > "ALIGN" > Java process: caught exception from sun.plugin.navig.motif.Plugin.start > Exception in thread "main" java.lang.UnsatisfiedLinkError: getenv > at sun.plugin.navig.motif.Plugin.start(Plugin.java:89) > INTERNAL ERROR on Browser End: Could not read ack from browser > System error?:: Resource temporarily unavailable > > As I said before, "ALIGN" does not seem to exist in FreeBSD 4.2. I > greped for it through all my include directories. Its in . At least thats where it appears in 4.2 according to cvsweb: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/include/param.h?rev=1.54.2.2&content-type=text/x-cvsweb-markup The undefined symbol error is somewhat bizarre, since ALIGN is defined as a macro in the header file, not a function (i.e. there should be no reference to it in the object). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message