Installing QT 5.6.0 on new Linux Suse 15.2 PCs
-
My company is still using an old version of QT: QT 5.6.0
I need to install this old version of QT (QT Creator 5.6.0 and Libs) on newer Linux PCs that are using Suse 15.2.
It seems that QT 5.6.0 is incompatible with OpenSSL 1.1.1d which is the new OpenSSL lib going with Linux Suse 15.2.
Wondering if you have encountered the same problem?
Should I recompile QT creator and QT libs from the sources?
May be I missed something?
Running qt-enterprise-linux-x64-5.6.0.run on Linux Suse 15.2:
./qt-enterprise-linux-x64-5.6.0.run
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_callback
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_locking_callback
qt.network.ssl: QSslSocket: cannot resolve ERR_free_strings
qt.network.ssl: QSslSocket: cannot resolve sk_new_null
qt.network.ssl: QSslSocket: cannot resolve sk_push
qt.network.ssl: QSslSocket: cannot resolve sk_free
qt.network.ssl: QSslSocket: cannot resolve sk_num
qt.network.ssl: QSslSocket: cannot resolve sk_pop_free
qt.network.ssl: QSslSocket: cannot resolve sk_value
qt.network.ssl: QSslSocket: cannot resolve SSL_library_init
qt.network.ssl: QSslSocket: cannot resolve SSL_load_error_strings
qt.network.ssl: QSslSocket: cannot resolve SSL_get_ex_new_index
qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv23_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method
qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method
qt.network.ssl: QSslSocket: cannot resolve SSLv23_server_method
qt.network.ssl: QSslSocket: cannot resolve X509_STORE_CTX_get_chain
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf
qt.network.ssl: QSslSocket: cannot resolve SSLeay
qt.network.ssl: QSslSocket: cannot resolve SSLeay_version
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_num_locks
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_set_id_callback
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
Could not register file downloader for https protocol: QSslSocket::supportsSsl() returns false
[1] Warning: QSslSocket: cannot call unresolved function SSLv23_client_method
[1] Warning: QSslSocket: cannot call unresolved function sk_num
Segmentation fault (core dumped)Thanks in advance for the help.
-
My company is still using an old version of QT: QT 5.6.0
I need to install this old version of QT (QT Creator 5.6.0 and Libs) on newer Linux PCs that are using Suse 15.2.
It seems that QT 5.6.0 is incompatible with OpenSSL 1.1.1d which is the new OpenSSL lib going with Linux Suse 15.2.
Wondering if you have encountered the same problem?
Should I recompile QT creator and QT libs from the sources?
May be I missed something?
Running qt-enterprise-linux-x64-5.6.0.run on Linux Suse 15.2:
./qt-enterprise-linux-x64-5.6.0.run
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_callback
qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_locking_callback
qt.network.ssl: QSslSocket: cannot resolve ERR_free_strings
qt.network.ssl: QSslSocket: cannot resolve sk_new_null
qt.network.ssl: QSslSocket: cannot resolve sk_push
qt.network.ssl: QSslSocket: cannot resolve sk_free
qt.network.ssl: QSslSocket: cannot resolve sk_num
qt.network.ssl: QSslSocket: cannot resolve sk_pop_free
qt.network.ssl: QSslSocket: cannot resolve sk_value
qt.network.ssl: QSslSocket: cannot resolve SSL_library_init
qt.network.ssl: QSslSocket: cannot resolve SSL_load_error_strings
qt.network.ssl: QSslSocket: cannot resolve SSL_get_ex_new_index
qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv23_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method
qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method
qt.network.ssl: QSslSocket: cannot resolve SSLv23_server_method
qt.network.ssl: QSslSocket: cannot resolve X509_STORE_CTX_get_chain
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf
qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf
qt.network.ssl: QSslSocket: cannot resolve SSLeay
qt.network.ssl: QSslSocket: cannot resolve SSLeay_version
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_num_locks
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_set_id_callback
qt.network.ssl: QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
Could not register file downloader for https protocol: QSslSocket::supportsSsl() returns false
[1] Warning: QSslSocket: cannot call unresolved function SSLv23_client_method
[1] Warning: QSslSocket: cannot call unresolved function sk_num
Segmentation fault (core dumped)Thanks in advance for the help.
@mut2 said in Installing QT 5.6.0 on new Linux Suse 15.2 PCs:
Should I recompile QT creator and QT libs from the sources?
No need to recompile QtCreator - your issue has nothing to do with QtCreator. If Suse Linux provides OpenSSL v1.0 try to install it and see whether Qt works then.
You also seem to have commercial license - in this case you can also ask QtCompany directly for support.
-
@mut2 said in Installing QT 5.6.0 on new Linux Suse 15.2 PCs:
Should I recompile QT creator and QT libs from the sources?
No need to recompile QtCreator - your issue has nothing to do with QtCreator. If Suse Linux provides OpenSSL v1.0 try to install it and see whether Qt works then.
You also seem to have commercial license - in this case you can also ask QtCompany directly for support.
@mut2 Just out of interest: Why Qt 5.6.0? This ship has sailed a long time ago!