Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libjavaplugin_oji140.so is missing
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Wed Jun 26, 2002 5:23 am    Post subject: libjavaplugin_oji140.so is missing Reply with quote

Hi guys,
I just instaled sun-jdk as following:
Code:

rothsupport plugins # emerge -s sun-jdk
[ Results for search key : sun-jdk ]
[ Applications found : 1 ]

*  dev-java/sun-jdk
      Latest version Available: 1.4.0-r5
      Latest version Installed: 1.4.0-r5
      Homepage: http://java.sun.com/j2se/1.4/download.html
      Description:
      Sun's J2SE Development Kit, version 1.4.0


And the results are:
Code:

...
...
--- /usr/lib/
--- /usr/lib/mozilla/
--- /usr/lib/mozilla/plugins/
>>> /usr/lib/mozilla/plugins/libjavaplugin_oji.so -> /opt/sun-jdk-1.4.0/jre/plugin                                           /i386/ns610/libjavaplugin_oji.so
--- /etc/
--- /etc/env.d/
--- /etc/env.d/java/
>>> /etc/env.d/java/20sun-jdk-1.4.0
>>> /opt/sun-jdk-1.4.0/jre/lib/i386/server/libjsig.so -> ../libjsig.so
>>> /opt/sun-jdk-1.4.0/jre/lib/i386/client/libjsig.so -> ../libjsig.so

 * The Mozilla browser plugin has been installed as /usr/lib/mozilla/plugins/libja                                           vaplugin_oji140.so
>>> Regenerating /etc/ld.so.cache...
>>> dev-java/sun-jdk-1.4.0-r5 merged.


Then i tried to use mozilla from command line to see the errors:
Code:

voicu@rothsupport voicu $ mozilla
LoadPlugin: failed to initialize shared library /opt/blackdown-jdk-1.3.1/jre/plugi
n/i386/mozilla/javaplugin_oji.so [/opt/blackdown-jdk-1.3.1/jre/plugin/i386/mozilla
/javaplugin_oji.so: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /opt/sun-jdk-1.4.0/jre/plugin/i386
/ns610/libjavaplugin_oji140.so [/opt/sun-jdk-1.4.0/jre/plugin/i386/ns610/libjavapl
ugin_oji140.so: cannot open shared object file: No such file or directory]


Any idea how to fix it?
It seems that I'm missing the "libjavaplugin_oji140.so" file ...google jus gave me user discusions about to make a link to this file but the file does not exists at all...
Help ;-)
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Wed Jun 26, 2002 12:35 pm    Post subject: Reply with quote

Help :-)
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Wed Jun 26, 2002 12:53 pm    Post subject: Reply with quote

Try

Code:
ln -sf /opt/sun-jdk-.4.0/jre/plugin/i386/ns610/libjavaplugin_oji.so \
/usr/lib/mozilla/plugins/libjavaplugin_oji.so


And make sure that /opt/sun-jdk-.4.0/jre/plugin/i386/ns610/libjavaplugin_oji.so really exists.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Wed Jun 26, 2002 12:54 pm    Post subject: Reply with quote

moving to desktop forum.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Wed Jun 26, 2002 2:37 pm    Post subject: Reply with quote

klieber wrote:
Try

Code:
ln -sf /opt/sun-jdk-.4.0/jre/plugin/i386/ns610/libjavaplugin_oji.so \
/usr/lib/mozilla/plugins/libjavaplugin_oji.so


And make sure that /opt/sun-jdk-.4.0/jre/plugin/i386/ns610/libjavaplugin_oji.so really exists.

--kurt


This link already exists!
I'm talking about "libjavaplugin_oji140.so"
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Wed Jun 26, 2002 3:12 pm    Post subject: Reply with quote

You have a symlink in one of your mozilla subdirs that is pointing to:

Code:
/opt/sun-jdk-1.4.0/jre/plugin/i386/ns610/libjavaplugin_oji140.so


when it should be pointing to:

Code:
/opt/sun-jdk-1.4.0/jre/plugin/i386/ns610/libjavaplugin_oji.so


Find that symlink, change it to point to the right location and it should work.

As an option, you could do:

Code:
ln -sf /opt/sun-jdk-1.4.0/jre/plugin/i386/ns610/libjavaplugin_oji.so \
/opt/sun-jdk-1.4.0/jre/plugin/i386/ns610/libjavaplugin_oji140.so


But that may cause you more problems down the road. The best solution is to find the mozilla symlink and fix that.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum