2008/2/15, Eric Dorland <[EMAIL PROTECTED]>: > > * Gonzalo Alvarez Flores ([EMAIL PROTECTED]) wrote: > > Eric Dorland wrote: > >> * Gonzalo Alvarez Flores ([EMAIL PROTECTED]) wrote: > >> > >>> Package: iceweasel > >>> Version: 2.0.0.11-1 I have installed java jre6 update 3 following > >>> the debian way: > >>> $fakeroot make-jpkg jre-6u3-linux-i586.bin (generating the deb > package) > >>> #dpkg -i sun-j2re1.6_1.6.0+update3_i386.deb (installing the deb > package) > >>> > >>> Then I have created the symlink to enable the plugin for all the > users: > >>> #ln -s /usr/lib/j2re1.6-sun/plugin/i386/ns7/libjavaplugin_oji.so > >>> /usr/lib/iceweasel/plugins/ > >>> > >>> But the plugin wasn't recongnized, then I looked for possible places > >>> to put the plugin and I found: > >>> > >>> /usr/lib/mozilla/plugins > >>> /usr/lib/mozilla-iceweasel/plugins > >>> /usr/lib/mozilla-firefox/plugins > >>> /etc/alternatives/iceweasel-javaplugin.so > >>> /usr/lib/iceweasel/plugins/ > >>> > >>> Which one is the right place to put the iceweasel plugins? > >>> Specifically tje java jre plugin? > >>> I suggest to use a standard name and location, it was well when the > >>> directory was '/usr/lib/mozilla/plugins/' and the name of the plugin > >>> was 'libjavaplugin_oji.so'. > >>> > >>> > >>> I'm using Debian GNU/Linux testing (lenny), kernel 2.6.22-3-686 #1 > >>> SMP and libc6 2.7-6. > >>> > >> > >> /usr/lib/iceweasel/plugins should definitely work. Can you run ldd on > >> the plugin to see what it depends on? > >> > >> > > > > Hi, > > Do you mean this? > > > > [EMAIL PROTECTED] ldd > > /usr/lib/j2re1.6-sun/plugin/i386/ns7/libjavaplugin_oji.so > > linux-gate.so.1 => (0xffffe000) > > libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e2e000) > > libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7e2a000) > > libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7cdc000) > > libXau.so.6 => /usr/lib/libXau.so.6 (0xb7cd9000) > > libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7cd4000) > > /lib/ld-linux.so.2 (0x80000000) > > > > > Yes, but it looks sane. Is it listed in about:plugins? > > > -- > Eric Dorland <[EMAIL PROTECTED]> > ICQ: #61138586, Jabber: [EMAIL PROTECTED] > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFHtfEfYemOzxbZcMYRAvR6AJ41S8/w/OJ50FP4fh19qDrWQiumgQCfWD92 > YCHOiyS6aUkY+Nu54sX8TFk= > =AG4B > -----END PGP SIGNATURE----- > > Yes, it is, it always was listed, when iceweasel didn't recognized it and now when it does.
I solved it installing first the java plugin provided by debian repos 'sun-java6-jre' then build and installed the sun's java jre following the debian way: $fakeroot make-jpkg jre-6u3-linux-i586.bin #dpkg -i sunj2re1.6_1.6.0+update3_i386.deb Finally I unistalled the 'sun-java6-jre' and realized that those symlinks were created: /usr/lib/mozilla-iceweasel/plugins/libjavaplugin.so -> /etc/alternatives/iceweasel-javaplugin.so /etc/alternatives/iceweasel-javaplugin.so -> /usr/lib/j2re1.6-sun/plugin/i386/ns7/libjavaplugin_oji.so So, concluding: iceweasel is not looking for the java plugin in /usr/lib/iceweasel/plugins as you said. -- _______________________________________________________________ Follow the white rabbit.... . GNU/Linux User #397758 Gonzalo Alvarez Flores . GPG Key 0xB68DA2AB

