LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mozilla V1.3 Several Problems (https://www.linuxquestions.org/questions/linux-software-2/mozilla-v1-3-several-problems-120679/)

johnnygnote 11-28-2003 04:28 AM

Mozilla V1.3 Several Problems
 
Ok I'm using version 1.3 in Mandrake 9.1 several things have happened, I installed the most recent Java package and everything is ok except, now my Mozilla mail window won't retrieve my mail it worked fine before Java and I also made sure that the allow java boxes for mail/newsgroups were marked. I fiqure I have to add the link script for this to work if so someone please verify this. Also before I installed java I was using Galeon and one day I opened Mozilla at the same time and Galeon crashed never to return again. it can't rebuild itself and if I run it my system just freezes and eventualy restarts, I have read somewhere (I can't remember where) that there is a known incompatability with Mozilla and Galeon is this true?? Also I cannot upload using a radio button on sites. I am a musician and I do a lot of uploading to my websites some of them have radio buttons to click to browse my system, I cannot get Mozilla to do anything when I click these browse buttons, any suggestions??

This is my about plugins list

application/x-java-vm Java Yes
application/x-java-applet Java Yes
application/x-java-applet;version=1.1 Java Yes
application/x-java-applet;version=1.1.1 Java Yes
application/x-java-applet;version=1.1.2 Java Yes
application/x-java-applet;version=1.1.3 Java Yes
application/x-java-applet;version=1.2 Java Yes
application/x-java-applet;version=1.2.1 Java Yes
application/x-java-applet;version=1.2.2 Java Yes
application/x-java-applet;version=1.3 Java Yes
application/x-java-applet;version=1.3.1 Java Yes
application/x-java-applet;version=1.4 Java Yes
application/x-java-applet;version=1.4.1 Java Yes
application/x-java-applet;version=1.4.2 Java Yes
application/x-java-applet;jpi-version=1.4.2_01 Java Yes
application/x-java-bean Java Yes
application/x-java-bean;version=1.1 Java Yes
application/x-java-bean;version=1.1.1 Java Yes
application/x-java-bean;version=1.1.2 Java Yes
application/x-java-bean;version=1.1.3 Java Yes
application/x-java-bean;version=1.2 Java Yes
application/x-java-bean;version=1.2.1 Java Yes
application/x-java-bean;version=1.2.2 Java Yes
application/x-java-bean;version=1.3 Java Yes
application/x-java-bean;version=1.3.1 Java Yes
application/x-java-bean;version=1.4 Java Yes
application/x-java-bean;version=1.4.1 Java Yes
application/x-java-bean;version=1.4.2 Java Yes
application/x-java-bean;jpi-version=1.4.2_01 Java Yes


My Java Console says

Java™ Plug-in: Version 1.4.2_01
Using JRE version 1.4.2_01 Java HotSpot™ Client VM
User home directory = /home/johnnygnote
Proxy Configuration: Browser Proxy Configuration

I am not running a proxy but a simple dialup could this be causing problems? And I am running Firestarter
There are some error's noted on my Java console but they are lengthy, if someone would look at them I will post them.

Andrew Benton 11-28-2003 01:25 PM

Which version of the libjavaplugin_oji.so did you symbolically link to? The one compiled with gcc3.2 or the other one? I think Mozilla 1.3 needs the non gcc3.2 one, ie, the one in j2re1.4.2_01/plugin/i386/ns610/libjavaplugin_oji.so

johnnygnote 11-28-2003 02:18 PM

I used J2re1.4.2 and that's what I was saying is that I haven't written a link. I'm not sure what directory to write it in. I have the syntax just not sure where to put it. For all practical purposes the VM is running I ran the online test in both Mozilla and Konqueror and it checked out.

Thanks for the response.

johnnygnote 12-10-2003 02:46 AM

Can someone please tell me where to write the link script for mozilla and java, ie what file, what directory etcc....?

Thanks

Andrew Benton 12-10-2003 05:32 AM

You can make the symbolic link in two places, /path/to/mozilla/plugins, which is good if you want to make the plugin available globaly, for all users but it can be a little buggy (on Red Hat systems, for some reason) and if you delete mozilla to upgrade to a newer build it's annoying to have to remember to backup the plugins folder. So I prefer to put the plugins in the .mozilla profile folder underneath your home directory. If you haven't already made a plugins folder in your profile,
mkdir ~/.mozilla/plugins
then cd into it
cd ~/.mozilla/plugins
and make a symbolic link to libjavaplugin_oji.so
ln -s /path/to/java/j2re1.4.2_01/plugin/i386/ns610/libjavaplugin_oji.so
If you decide to install it in the mozilla plugins it would be
su root
cd /usr/lib/mozilla-1.3/plugins
ln -s /path/to/java/j2re1.4.2_01/plugin/i386/ns610/libjavaplugin_oji.so
What happened to your old version of Java when you installed the new one? If it's still on you system you may be getting conslicts between the two. If you try to remove it with grpmi it might want to remove anything that has anything to do with Java as well so it may be simplest to just delete /usr/java/j2re1.4.1_01.

johnnygnote 12-10-2003 07:18 AM

Thanks, this is a first time upload of Java. There is no older version, this is a new install of Mandrake 9.1 so I downloaded java from the main site. Kongueror is working fine with it, but Mozilla obviously needs the symbolic link. I appreciate your help.


All times are GMT -5. The time now is 06:39 PM.