[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 155564] konqueror can't connect to https://mail.google.com. "SSL
From:       Orion Poplawski <orion () cora ! nwra ! com>
Date:       2008-04-01 20:32:54
Message-ID: 20080401203254.9161.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=155564         
orion cora nwra com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orion cora nwra com



------- Additional Comments From orion cora nwra com  2008-04-01 22:32 -------
I think it's a Qt issue.  

qt-x11-opensource-src-4.3.4/src/network/qsslsocket_openssl_symbols.cpp:257:

    QLibrary libssl(QLatin1String("ssl"));
    if (!libssl.load()) {
        // Cannot find libssl
        qWarning("QSslSocket: cannot find ssl library: %s.",
                 qPrintable(libssl.errorString()));
        return false;
    }

Seems like this needs to be libssl(QLatin1String("ssl"),SSL_VERSION) with SSL_VERSION \
= 7 in Fedora devel.


So it's asking QLibrary to load "libssl.so".


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic