[arch-general] Seamonkey + Openjdk
Hi all, I have seamonkey installed, and its browser works great with the sun java plugin (the oji). I recently tried to migrate to openjdk, and I even installed xulrunner (I read somewhere it was a dependency although one could install openjdk without it). Seamonkey doesn't seem to recognize the IcedTeaPlugin.so plugin (about:plugins), whether xulrunner is installed or not. I've tried using different link names, and that doesn't work... Any hints (bellow I add the packets present, and the links)? Thanks, local/openjdk6 1.5-0.1 local/xulrunner 1.9.0.7-1 local/seamonkey 1.1.15-1 % ls -l /usr/lib/seamonkey-1.1.15/plugins/IcedTeaPlugin.so lrwxrwxrwx 1 root root 41 2009-03-23 19:33 /usr/lib/seamonkey-1.1.15/plugins/IcedTeaPlugin.so -> /usr/lib/mozilla/plugins/IcedTeaPlugin.so % ls -l /usr/lib/mozilla/plugins/IcedTeaPlugin.so lrwxrwxrwx 1 root root 61 2009-03-06 14:34 /usr/lib/mozilla/plugins/IcedTeaPlugin.so -> /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so % ls -l /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so -rwxr-xr-x 1 root root 249K 2009-03-06 14:34 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so -- Javier
Javier Vasquez wrote:
Hi all,
I have seamonkey installed, and its browser works great with the sun java plugin (the oji). I recently tried to migrate to openjdk, and I even installed xulrunner (I read somewhere it was a dependency although one could install openjdk without it). Seamonkey doesn't seem to recognize the IcedTeaPlugin.so plugin (about:plugins), whether xulrunner is installed or not. I've tried using different link names, and that doesn't work...
Hi The problem is that xulrunner is gekco 1.9, also firefox , and seamonkey-1.1.5 isn't a gekco 1.9 Look: problem with can't locate libxul.so [djgera@gerardo ~]$ seamonkey LoadPlugin: failed to initialize shared library /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so [libxul.so: cannot open shared object file: No such file or directory] But also providing a libpath, has undefinded symbols. [djgera@gerardo ~]$ LD_DEBUG=libs LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9.0.7/ seamonkey <snip> 27765: /usr/lib/xulrunner-1.9.0.7/libxul.so: error: symbol lookup error: undefined symbol: js_CallClass (fatal) LoadPlugin: failed to initialize shared library /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so [/usr/lib/xulrunner-1.9.0.7/libxul.so: undefined symbol: js_CallClass] <snip> -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
On 3/23/09, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Javier Vasquez wrote:
Hi all,
I have seamonkey installed, and its browser works great with the sun java plugin (the oji). I recently tried to migrate to openjdk, and I even installed xulrunner (I read somewhere it was a dependency although one could install openjdk without it). Seamonkey doesn't seem to recognize the IcedTeaPlugin.so plugin (about:plugins), whether xulrunner is installed or not. I've tried using different link names, and that doesn't work...
Hi
The problem is that xulrunner is gekco 1.9, also firefox , and seamonkey-1.1.15 isn't a gekco 1.9
Look: problem with can't locate libxul.so
[djgera@gerardo ~]$ seamonkey LoadPlugin: failed to initialize shared library /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so [libxul.so: cannot open shared object file: No such file or directory]
But also providing a libpath, has undefinded symbols.
[djgera@gerardo ~]$ LD_DEBUG=libs LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9.0.7/ seamonkey
<snip>
27765: /usr/lib/xulrunner-1.9.0.7/libxul.so: error: symbol lookup error: undefined symbol: js_CallClass (fatal) LoadPlugin: failed to initialize shared library /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/IcedTeaPlugin.so [/usr/lib/xulrunner-1.9.0.7/libxul.so: undefined symbol: js_CallClass]
<snip>
-- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
I'll try then the aur "seamonkey-alpha 2.0a3-1" just in case. Any news about midori (webkit) supporting openjdk (I tried it as well and nothing)... Thanks, -- Javier
participants (2)
-
Gerardo Exequiel Pozzi
-
Javier Vasquez