LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-31-2005, 02:45 PM   #16
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30

till I will find the time to do that, can anyone take a look @ my last post here, what is the accurate ln should I do now, and should I do it as root? :S


Thanks.
 
Old 10-31-2005, 10:31 PM   #17
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
Hello again.

If you dont use a 32 bit browser, then your plugin wont work on FC4 x86_64. The browser given originaly by fedora is 64 bit and wont recognize jre or flash because its 64 bit not 32. So if you want jre to work you have to make sure you use a 32 bit browser.
 
Old 11-01-2005, 02:26 AM   #18
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by jlo_sandog
Hello again.

If you dont use a 32 bit browser, then your plugin wont work on FC4 x86_64. The browser given originaly by fedora is 64 bit and wont recognize jre or flash because its 64 bit not 32. So if you want jre to work you have to make sure you use a 32 bit browser.
No. I've downloaded 64 bit jre so it will work on 64 bit browser.


Quote:
Okay guys


I've found out where that file is on my hard disk, how to do the ln now with the new path?

code:

Code:
[root@localhost /]# find / -name "libjavaplugin_oji.so" -print find: WARNING: Hard link count is wrong for /proc: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched.
/home/zuki/.mozilla/plugins/libjavaplugin_oji.so
help about this quote please.
 
Old 11-02-2005, 09:21 AM   #19
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
^ ^
 
Old 11-02-2005, 10:21 AM   #20
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Well, your system is very different from mine (FC4 64Bit vs Mandrake 9.1 32Bit), also, I installed both mozilla and java as root so I do not have a link to java from ~/.mozilla/plugins, so it is difficult for me to help you, but this may help you work out what is going on:

Code:
# slocate -u
# slocate libjavaplugin_oji.so
/usr/java/jre1.3.1_07/plugin/i386/ns600/libjavaplugin_oji.so
/usr/lib/mozilla-1.3/plugins/libjavaplugin_oji.so
#
# ls -al /usr/lib/mozilla-1.3/plugins/libjavaplugin_oji.so
lrwxrwxrwx    1 root     root           60 Dec 31  2003 /usr/lib/mozilla-1.3/plugins/libjavaplugin_oji.so -> /usr/java/jre1.3.1_07/plugin/i386/ns600/libjavaplugin_oji.so*
So the link should be in /usr/lib/mozilla-whatever/plugins/ and should point to the libjavaplugin_oji.so that is somewhere in your java directory tree.
Try a ls -al /home/zuki/.mozilla/plugins/libjavaplugin_oji.so to find out just exactly what that file is. Is it a link? (it should be) If so, where is it pointing to?
I am disturbed that your find command only found one instance of libjavaplugin_oji.so. Do you see what I am getting at?

HTH
 
Old 11-02-2005, 11:34 AM   #21
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by tredegar
Well, your system is very different from mine (FC4 64Bit vs Mandrake 9.1 32Bit), also, I installed both mozilla and java as root so I do not have a link to java from ~/.mozilla/plugins, so it is difficult for me to help you, but this may help you work out what is going on:

Code:
# slocate -u
# slocate libjavaplugin_oji.so
/usr/java/jre1.3.1_07/plugin/i386/ns600/libjavaplugin_oji.so
/usr/lib/mozilla-1.3/plugins/libjavaplugin_oji.so
#
# ls -al /usr/lib/mozilla-1.3/plugins/libjavaplugin_oji.so
lrwxrwxrwx    1 root     root           60 Dec 31  2003 /usr/lib/mozilla-1.3/plugins/libjavaplugin_oji.so -> /usr/java/jre1.3.1_07/plugin/i386/ns600/libjavaplugin_oji.so*
So the link should be in /usr/lib/mozilla-whatever/plugins/ and should point to the libjavaplugin_oji.so that is somewhere in your java directory tree.
Try a ls -al /home/zuki/.mozilla/plugins/libjavaplugin_oji.so to find out just exactly what that file is. Is it a link? (it should be) If so, where is it pointing to?
I am disturbed that your find command only found one instance of libjavaplugin_oji.so. Do you see what I am getting at?

HTH
This means I havn't got the file at all???

Code:
[zuki@localhost ~]$ ls -al /home/zuki/.mozilla/plugins/libjavaplugin_oji.so lrwxrwxrwx  1 zuki zuki 54 Oct 30 16:25 /home/zuki/.mozilla/plugins/libjavaplugin_oji.so -> /usr/java/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

DAMN... what shall I do then?
 
  


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
WTF firefox is 12 mb in linux eatmars Slackware 13 08-25-2005 05:34 AM
Java crashes Firefox & Mozilla, with both plugins lithiumfx Linux - Software 5 08-23-2005 03:07 PM
Realplay and Java Plugins for Mozilla Firefox?? ukyo Linux - Software 5 01-08-2005 04:36 PM
Realplay Java Plugins for Mozilla Firefox? ukyo Linux - Software 0 11-02-2004 06:47 AM
java on firefox path missing? barrys Mandriva 10 03-23-2004 08:02 AM

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

All times are GMT -5. The time now is 03:09 PM.

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