Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installing QT 5.6.0 on new Linux Suse 15.2 PCs
Forum Updated to NodeBB v4.3 + New Features

Installing QT 5.6.0 on new Linux Suse 15.2 PCs

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 372 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mut2
    wrote on last edited by
    #1

    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.

    jsulmJ 1 Reply Last reply
    0
    • M mut2

      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.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Axel SpoerlA 1 Reply Last reply
      0
      • jsulmJ jsulm

        @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.

        Axel SpoerlA Offline
        Axel SpoerlA Offline
        Axel Spoerl
        Moderators
        wrote on last edited by
        #3

        @mut2 Just out of interest: Why Qt 5.6.0? This ship has sailed a long time ago!

        Software Engineer
        The Qt Company, Oslo

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved