Building openssl with Qt 5.12.4
-
I am using Qt5.12.4 in windows. When I tried to run the QML-Map appliocation,it was showing dependency with openssl. From the Qt installed version, it says the openssl what it expects is openssl-1.1.1b..I downloaded the source for openssl. I installed MSYS2 and the perl I installed through pacman.. While giving the configure command, it says build file is not produced.Can anybody help me to solve this issue..
thanks
sunil -
Why do you want to build openssl? It's already shipped with Qt when using the installer.
-
Hi,
IIRC, you have now the option to download OpenSSL from the Maintenance Tool, you should check that solution first.
-
@SGaist I tried to add the openssl component using the maintenance tool as well.Still it was not working..Even the minimal_map (example app)application also was not working..Can u suggest me the Qt version that I have to install with openssl other than qt 5.12.4..Following was the error that I was getting...
QGeoTileFetcherOsm: all providers resolved
qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed -
@Christian-Ehrlicher Hi ..I tried to install the qt with openssl ..Still it was showing the error for minimal_map application
-
Where do you have these dlls installed ?
-
Hi..I solved the issue!!!!..The openssl bianrieries were not exported to Qt-bin folder by default. I manually copied those binaries(opessl,libcrypto-1_1-x64.dll,libssl-1_1-x64.dll)..And the map application started working.. Thank you for your help..
thanks
sunil