You are not logged in.
When I'm trying to reply to a message composing window opens and I get following error on the console:
INTERNAL ERROR on Browser End: Could not get the JVM manager
System error?:: Success
Is this a problem with the package? Can it be fixed easily? What is there to do?
.murkus
Offline
Ok,
I found what is wrong with TB..
I needed to delete
/opt/mozilla-thunderbird/lib/thunderbird-0.6/components/libgkplugin.so /opt/mozilla-thunderbird/lib/thunderbird-0.6/components/plugin.xpt
and the problem went away.
for more info on the matter see:
http://forums.mozillazine.org/viewtopic … hlight=jvm
and
http://bugzilla.mozilla.org/show_bug.cgi?id=223600
.murkus
Offline
Who made that mozilla-thunderbird package?
Is he nuts?
$ pacman -S mozilla-thunderbird
Targets: mozilla-1.6-2 mozilla-thunderbird-0.6-1
Proceed with upgrade? [Y/n]
$ pacman -Ss thunderbird
extra/mozilla-thunderbird 0.6-1
Standalone Mail/News reader from mozilla.org
What kind of standalone is this ?
What for do I need mozilla ?
Offline
Next: see the about thunderbird 0.4a
this is a mozilla issue, not an Arch issue
apt-get install arch
Offline
Is there something on the mozilla site or anywhere else to see why thunderbird requires mozilla to be installed? I like to actually know why seems abit goofy since the whole point of tbird is to not need the complete mozilla package..If anyone has a link to the info post it..I'll look around and if I find the info I'll post it aswell.
Offline
It was a bug in thunderbird-0.6-1 pachage, I filled a bug report, it was solved.
Now you can get latest thunderbird-0.6-2 without that strange thing.
Offline
I was able to upgrade successfully now, but I get the following error when I try to run it:
$ mozilla-thunderbird
/opt/mozilla-thunderbird/lib/thunderbird-0.6/thunderbird-bin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
I have libstdc++.so.5 what package can I use to upgrade to libstdc++.so.6?
thanks
Dustin
Offline
Nevermind, I solved it:
# pacman -Qo /usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5 is owned by gcc 3.3.3-1
# pacman -S gcc
Offline