Date: Wed, 5 Mar 2003 09:33:32 -0600 (CST) From: Quincey Koziol <koziol@ncsa.uiuc.edu> To: ports@freebsd.org Subject: Problem with Java & mozilla Message-ID: <200303051533.h25FXWdX000672@sleipnir.ncsa.uiuc.edu>
next in thread | raw e-mail | index | archive | help
Hi all, I'm seeing the following errors when starting up mozilla (actually mozilla-devel): LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] I recently did a 'portupgrade -rf jdk' and 'portupgrade -rf mozilla-devel' so I'm pretty certain that I've got all the correct libraries, etc. Here's my MAKE_ARGS lines from /usr/local/etc/pkgtools.conf: MAKE_ARGS = { 'editors/vim*' => '-D NO_GUI', 'mail/fetchmail*' => 'KRB5_HOME=/usr/local', 'java/jdk13*' => '-D NATIVE_BOOTSTRAP -D WITH_NATIVE_THREADS -D NODEBUG', 'net/cvsup*' => '-D WITHOUT_X11 -D STATIC', 'net/mpich*' => '-D WITHOUT_SSH', 'net/samba*' => '-D WITHOUT_CUPS -D WITH_SYSLOG -D BATCH', 'print/ghostscript-gnu*' => '-D BATCH', 'www/mozilla*' => '-D WITH_GTK2 -D WITHOUT_MAILNEWS -D WITHOUT_COMPOSER', 'x11/XFree86*' => '-D WITH_MATROX_GXX_DRIVER', } I'm suspecting a missing gtk1 dependency in the jdk... Also, mozilla will occasionally die when displaying a new page, which is probably related to this issue. Any ideas? Thanks, Quincey Koziol To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303051533.h25FXWdX000672>