Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2002 05:27:27 +0930
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Dragos Ilie <dragos@niksun.com>
Subject:   Re: jdk13 install on bsd 4.2 stable
Message-ID:  <20020410052727.A42627@misty.eyesbeyond.com>
In-Reply-To: <3CB33931.5EB52016@niksun.com>; from dragos@niksun.com on Tue, Apr 09, 2002 at 02:55:46PM -0400
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <machine/param.h>.  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020410052727.A42627>