Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
5.6.0
-
None
Description
Hello;
We have upgraded our PCs from Linux Suse 12 to Linux Suse 15.2.
We have been asked to remain on QT 5.6.0 which was running fine on Linux Suse 12.
We want to install QT 5.6.0 on Linux Suse 15.2.
I'm getting this openssl errror when starting the installer:
kasekiz@linux-pc-85161 Downloads $ ./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
[0] Warning: QSslSocket: cannot call unresolved function SSLv23_client_method
[0] Warning: QSslSocket: cannot call unresolved function sk_num
Segmentation fault (core dumped)
Our Linux Suse 15.2 has "OpenSSL 1.1.1d 10 Sep 2019" installed
Our Linux Suse 12 had "OpenSSL 1.0.2j-fips 26 Sep 2016" installed
IT has put the folder /home/sles-12sp2/lib/ on our new machines, it contains the old openssl libs:
libnsl-2.22.so libnsl.so.1 libssl.so.1.0.0
Doing "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/sles-12sp2/lib" and running the same above qt-enterprise-linux-x64-5.6.0.run did Not help.
Any thoughts?
Thank you in adance for the help.