Qt5 build openssl error
by unInstance from LinuxQuestions.org on (#4XDKM)
My setup:
Code:Password:
Looking for openssl in package list. Please wait... DONE
The list below shows all packages with name matching "openssl".
[ installed ] - openssl-solibs-1.1.1d-x86_64-1
[ installed ] - openssl10-solibs-1.0.2u-x86_64-1
[ installed ] - openssl-1.1.1d-x86_64-1
[ installed ] - openssl10-1.0.2u-x86_64-1
You can search specific files using "slackpkg file-search file".Problem: I want to build Qt5 (5.9.9) but fails to with the following errors...
Code:ERROR: Feature 'openssl-linked' was enabled, but the pre-condition '!features.securetransport && libs.openssl' failed.
ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && (features.openssl-linked || libs.openssl_headers)' failed.I have openssl installed but what do I miss out on?


- SlackWare current (kernel 5.4.7)
- libinput 1.14.3
- libxkbcommon 0.9.1
- libwebp (1.0.3) [optional dependency]
- opus (1.3.1) [optional dependency]
- pcre2 (10.33) [optional dependency]
- snappy (1.1.3) [optional dependency]
Code:Password:
Looking for openssl in package list. Please wait... DONE
The list below shows all packages with name matching "openssl".
[ installed ] - openssl-solibs-1.1.1d-x86_64-1
[ installed ] - openssl10-solibs-1.0.2u-x86_64-1
[ installed ] - openssl-1.1.1d-x86_64-1
[ installed ] - openssl10-1.0.2u-x86_64-1
You can search specific files using "slackpkg file-search file".Problem: I want to build Qt5 (5.9.9) but fails to with the following errors...
Code:ERROR: Feature 'openssl-linked' was enabled, but the pre-condition '!features.securetransport && libs.openssl' failed.
ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && (features.openssl-linked || libs.openssl_headers)' failed.I have openssl installed but what do I miss out on?