LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2003, 04:28 AM   #1
johnnygnote
LQ Newbie
 
Registered: Oct 2003
Location: Durango CO
Distribution: Mandriva 10.2 LE
Posts: 24

Rep: Reputation: 15
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.
 
Old 11-28-2003, 01:25 PM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
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
 
Old 11-28-2003, 02:18 PM   #3
johnnygnote
LQ Newbie
 
Registered: Oct 2003
Location: Durango CO
Distribution: Mandriva 10.2 LE
Posts: 24

Original Poster
Rep: Reputation: 15
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.
 
Old 12-10-2003, 02:46 AM   #4
johnnygnote
LQ Newbie
 
Registered: Oct 2003
Location: Durango CO
Distribution: Mandriva 10.2 LE
Posts: 24

Original Poster
Rep: Reputation: 15
Can someone please tell me where to write the link script for mozilla and java, ie what file, what directory etcc....?

Thanks
 
Old 12-10-2003, 05:32 AM   #5
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
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.
 
Old 12-10-2003, 07:18 AM   #6
johnnygnote
LQ Newbie
 
Registered: Oct 2003
Location: Durango CO
Distribution: Mandriva 10.2 LE
Posts: 24

Original Poster
Rep: Reputation: 15
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problems using Mozilla nona Red Hat 1 10-31-2005 07:39 PM
problems with mozilla 1.7.3 marek_bl Yoper 3 12-27-2004 07:12 PM
Mozilla Problems Metallica Red Hat 9 09-11-2003 02:47 AM
problems with mozilla mannnetobbelob Linux - Software 2 01-13-2003 02:42 PM
Mozilla problems cthe_artiste Linux - Software 1 12-28-2002 04:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration