Gentoo Archives: gentoo-amd64

From: Stan Sander <stsander@×××××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] icedtea6 and seamonkey
Date: Wed, 17 Dec 2008 02:25:48
Message-Id: 49486325.5090601@sblan.net
1 I thought I'd give a shot at icedtea6. Seems to have emerged fine,
2 java-config and eselect show that things are set how I would like:
3
4 java-config -L
5 The following VMs are available for generation-2:
6 1) Sun 32bit JRE 1.6.0.11 [emul-linux-x86-java-1.6]
7 2) GCJ 4.3 [gcj-jdk]
8 *) OpenJDK6/IcedTea6 1.3.1 [icedtea6]
9 4) Sun JDK 1.6.0.11 [sun-jdk-1.6]
10
11 eselect java-nsplugin list
12 Available 32-bit Java browser plugins
13 [1] emul-linux-x86-java-1.6 current
14 [2] emul-linux-x86-java-1.6-plugin2
15 Available 64-bit Java browser plugins
16 [1] icedtea6 current
17
18 But, here is where I'm at a loss and hoping someone can kick me in the
19 right direction. When I launch my 64-bit seamonkey and do about:plugins
20 icedtea6 doesn't show up and pages with java applets indicate I need a
21 java plugin. When running seamonkey on the command line, the following
22 is output when I do about:plugins
23
24 LoadPlugin: failed to initialize shared library
25 /usr/lib64/icedtea6/jre/lib/amd64/IcedTeaPlugin.so [libxul.so: cannot
26 open shared object file: No such file or directory]
27 LoadPlugin: failed to initialize shared library
28 /usr/lib64/icedtea6/jre/lib/amd64/IcedTeaPlugin.so [libxul.so: cannot
29 open shared object file: No such file or directory]
30
31 Now, if I add /usr/lib64/xulrunner-1.9 to /etc/ld.so.conf or symlink
32 /usr/lib64/xulrunner-1.9/libxul.so into /usr/lib64 and run ldconfig then
33 seamonkey segfaults with the following:
34
35 /usr/libexec/mozilla-launcher: line 119: 6046 Segmentation fault
36 $(type -P aoss) "$mozbin" $xulparams
37 "$@"
38 seamonkey-bin exited with non-zero status
39 (139)
40
41 --
42 Stan & Tashi

Replies

Subject Author
[gentoo-amd64] Re: icedtea6 and seamonkey Duncan <1i5t5.duncan@×××.net>