ports/60213: Java is not working in Mozilla. FIX

j.e.drews at att.net j.e.drews at att.net
Sat Dec 13 21:30:29 UTC 2003


>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:
<organization of PR author (multiple lines)>
>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 at 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 at freebsd.org
 From: Jonathan Drews
 Reply-To: Jonathan <xfce>
 Cc:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 



More information about the freebsd-ports-bugs mailing list