[Interest] Qt6 - Fails to compile when openssl-linked enabled

Thiago Macieira thiago.macieira at intel.com
Fri Jan 6 22:52:25 CET 2023


On Friday, 6 January 2023 15:03:52 -03 Nuno Santos wrote:
> What am I missing here?

Does it work with *dynamic* openssl-linked? I urge you to forget static 
libraries exist.

The CMake verification that either OpenSSL 1.1 or OpenSSL 3.0 can compile and 
link and executable failed. Debugging why this happens with CMake is not easy 
because it gets logged nowhere.

Anyway, please compile and link this test with your OpenSSL and ensure it 
works:
https://github.com/qt/qtbase/blob/dev/configure.cmake#L52-L67

If it doesn't, then fix your OpenSSL installation. If it does work, provide the 
command-line that worked.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering





More information about the Interest mailing list