From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 13 13:30:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1514C16A4D4 for ; Sat, 13 Dec 2003 13:30:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C2B43D37 for ; Sat, 13 Dec 2003 13:30:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBDLUQFR047949 for ; Sat, 13 Dec 2003 13:30:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBDLUQkk047948; Sat, 13 Dec 2003 13:30:26 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 13 Dec 2003 13:30:26 -0800 (PST) Resent-Message-Id: <200312132130.hBDLUQkk047948@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, j.e.drews@att.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65DEE16A4CF for ; Sat, 13 Dec 2003 13:26:34 -0800 (PST) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FDA43D1D for ; Sat, 13 Dec 2003 13:26:33 -0800 (PST) (envelope-from j.e.drews@att.net) Received: from 204.127.135.30 ([204.127.135.30]) by worldnet.att.net (mtiwmhc12) with SMTP id <2003121321263111200co4t8e>; Sat, 13 Dec 2003 21:26:31 +0000 Received: from [198.209.226.132] by 204.127.135.30; Sat, 13 Dec 2003 21:26:30 +0000 Message-Id: <121320032126.10508.3555@att.net> Date: Sat, 13 Dec 2003 21:26:30 +0000 From: j.e.drews@att.net To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60213: Java is not working in Mozilla. FIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 21:30:29 -0000 >Number: 60213 >Category: ports >Synopsis: Java is not working in Mozilla. FIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 13 13:30:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD mobile.silbsd.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Sun Dec 7 01:21:00 CST 2003 root@mobile.silbsd.org:/usr/obj/usr/src/sys/STABLE49 i386 >Description: Java applets will not run in mozilla-gtk2-1.5_1, even though diablo-jdk-1.3.1.0 and diablo-jre-1.3.1.0 java packages were installed. Instead the following error message appeared: LoadPlugin: failed to initialize shared library /usr/local/diablo-jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Shared object "libintl.so.4" not found] >How-To-Repeat: Load /usr/local/diablo-jdk1.3.1/demo/applets/Animator/example1.html and the Java applet will not run. Reason: libintl.so.4 is not isntalled but libintl.so.5 is. >Fix: As root do: Step 1) # cd /usr/local/lib Step 2) # ln -s libintl.so.5 libintl.so.4 Step 3) Make sure you have a symbolic link to libjavaplugin_oji.so. Do: a) # cd /usr/X11R6/lib/mozilla-gtk2/plugins b) # ln -s /usr/local/diablo-jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Jonathan Drews Reply-To: Jonathan Cc: X-send-pr-version: 3.113 X-GNATS-Notify: