Bugzilla – Bug 147670
Thunderbird crashes because of missing libgssapi_krb5.so
Last modified: 2006-02-09 21:27:05 UTC
Thunderbird 1.5 SMTP mail send failes because it can't find libgssapi_krb5.so. However, there is a /usr/lib/libgssapi_krb5.so.2 file on my installation, and this problem is fixed by creating a symbollic link to that file. This is a bug that was reported and solved on Mozilla's Bugzilla, but they told me to come over here and tell you guys! See https://bugzilla.mozilla.org/show_bug.cgi?id=325433 I'm using the eval edition of SUSE 10. All updates applied at the present time. Thunderbird was downloaded direct from Mozilla and run from my home directory.
Does it also work for you if you specify network.negotiate-auth.gsslib = libgssapi_krb5.so.2 in your Thunderbird prefs?
I'm not able to test it but I preconfigured the above guessed fix for Firefox, Thunderbird and SeaMonkey now for SUSE Linux 10.1.
bug for libgssapi filed: bug 147912
(In reply to comment #1) > Does it also work for you if you specify > network.negotiate-auth.gsslib = libgssapi_krb5.so.2 > in your Thunderbird prefs? > On a clean install of SUSE 10, I downloaded Thunderbird from www.mozilla.com and tried this. I can confirm it works. The mail is now sent and Thunderbird no longer crashes. For those who might be encountering this bug, you must load your prefs.js file and add the following to the end: user_pref("network.negotiate-auth.gsslib", "libgssapi_krb5.so.2"); The prefs.js file will be in your ~/.thunderbird/XXX folder, where XXX is the name of your user account (ie a collection of letters and numbers).
*** Bug 149425 has been marked as a duplicate of this bug. ***