> -----Original Message----- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany....@qt-project.org] On Behalf Of > Nuno Santos > Sent: Wednesday, March 02, 2016 4:38 PM > To: interest <interest@qt-project.org> > Subject: [Interest] Enabling OpenSSL on a shared build of Qt > > Hi, > > I’m using Qt 5.5.1 clang_64 prebuilt package and it doesn’t seem to have > OpenSSL support built in as I’m receiving this output. > > From documentation I see that OpenSSL is enabled by default however it > doesn’t seem to able to find it.
It does try to load libssl.so, libcrypto.so with different version numbers, in different places. Enjoy https://code.woboq.org/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp.html > I’m even trying to additionally link ssl libraries to the app but it doesn’t > seem to work either. You need to recompile Qt to dynamically or statically link openssl. Regards Kai _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest