Summary: | kopete irc plugin crash ssl | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | djandruczyk |
Component: | IRC Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | ksslsocket.diff |
Description
djandruczyk
2005-01-09 21:10:24 UTC
kssl using openssl problem. Check the openssl version that you should use for your kdelibs installation. This bug is a duplicate (don't had investigated for the number). I checked's my local "use" flags for gentoo, ssl wasn't in my flags but it was in the global flags. I added it anyway and recompiled all apps that depended on it and kopete still crashes withthe same basic error.. What OpenSSL version does KDE-3.3.2 REQUIRE? it's possible the gentoo openssl is out of date, and the gentoo KDE ebuild maintainers don't know it... I don't found any reference about the SSL version to use :(. Let's try another way! Another assumption is that the connection code fail for some reasons, and so we try to use some not initialized data, which is also related with other SSL bugs. Can you try the following patch for this? I'm currently unable to test due to cvs HEAD problem (wild guess Jason?), but it compiles. Created an attachment (id=9058) ksslsocket.diff |