[Interest] Qt 5.8 build from source on OSX - Can't configure ssl - Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && tests.openssl' failed.

Nuno Santos nunosantos at imaginando.pt
Tue Jan 3 23:30:16 CET 2017


Hi,

I’m trying to compile Qt 5.8 from source with openssl-linked with the following configure command:

./configure -confirm-license -prefix /Users/nsantos/Qt/5.8/clang_64_5_8_beta_patched_static -platform macx-clang -commercial -debug-and-release -static -no-securetransport -openssl-linked -I/Users/nsantos//openssl/openssl-1.0.2e-x86/include -L/Users/nsantos/openssl/openssl-1.0.2e-x86 OPENSSL_LIBS="-lssl -lcrypto”

But no matter what I try I always end up with this:

ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && tests.openssl' failed.

ERROR: Feature 'openssl-linked' was enabled, but the pre-condition 'features.openssl && libs.openssl' failed.

ERROR: Feature 'ssl' was enabled, but the pre-condition 'config.winrt || features.securetransport || features.openssl' failed.

Check config.log for details.


config.log is empty

What am I failing here? Any ideas?

Thanks!

Nuno


More information about the Interest mailing list