Summary: | KMail crashes during server encryption method autodetection | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Javier <jlixus> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | rakuco |
Priority: | NOR | ||
Version: | 1.13.5 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Javier
2011-01-19 22:17:00 UTC
Sounds like an openssl issue rather than a KMail one. Raphael, opinion ? Hi Javier, This bug is likely to be related to you having installed OpenSSL from the ports tree -- QtNetwork correctly uses it instead of the older OpenSSL from the base system, however it somehow ends up calling some function from base's OpenSSL, thus causing this crash. You can either deinstall OpenSSL from ports, or make sure /usr/local/lib is listed before /usr/lib in LD_LIBRARY_PATH. We (the KDE on FreeBSD team) are still working on a better way to solve the issue. If you have further questions about this, please mail us at kde-freebsd@kde.org |