raspberry-pi-qt-builds icon indicating copy to clipboard operation
raspberry-pi-qt-builds copied to clipboard

Qt-5.14.1 Incompatible version of OpenSSL

Open srs4511351 opened this issue 4 years ago • 0 comments

I installed Qt5.14.1-RaspberryPi3-bin-full.tgz on a Raspberry Pi4. It is basically working, but I don't seem to have the correct version of OpenSSL installed. The OS comes with OpenSSL 1.1.1d. I also tried OpenSSL 3.0.0-alpha14-dev and OpenSSL 1.1.1c. All of these versions print a series of errors on startup of the application I am running (QRadioLink) such as qt.network.ssl: QSslSocket: cannot resolve SSLeay (and others) and it always ends with: qt.network.ssl: Incompatible version of OpenSSL

After looking around on the Internet, it seems that this could be solved by using the correct version of OpenSSL.

Can you please tell me which version of OpenSSL was used to compile Qt5.14.1? What install directories?

----Steve

srs4511351 avatar Mar 29 '21 06:03 srs4511351