On Tue, May 14, 2002 at 01:59:36AM -0400, Baris Hasdemir wrote: penguen> if you are using java 1.4, I recommend using version 1.3.1_03 . penguen> 1.4 causes more problems. penguen> http://java.sun.com/j2se/1.3/download.html If you installed Java via the plugin installer window that pops up when going to a Java site for the first time, it installs the out of date version 1.3.0. I would recommend scrapping that version and getting 1.3.1 also. After installation, do this (as root): cd /usr/lib/mozilla/plugins rm libjavaplugin_oji.so ln -s /usr/java/jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so OR ln -s /usr/java/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so (Directory names may be different for your installation. Just find where the ns600 version of libjavaplugin_oji.so is and symlink it into your mozilla/plugins directory) I would also try setting this environment variable before starting Mozilla: bash$ export LD_ASSUME_KERNEL=2.2.5 OR tcsh> setenv LD_ASSUME_KERNEL 2.2.5 Then type mozilla in the same terminal window where you typed the export or setenv command: bash$ mozilla More info is available about this problem at http://bugzilla.mozilla.org/show_bug.cgi?id=84093 -- Charles R. Anderson <cra@wpi.edu> / http://angus.ind.wpi.edu/~cra/ PGP Key ID: 49BB5886 Fingerprint: EBA3 A106 7C93 FA07 8E15 3AC2 C367 A0F9 49BB 5886