Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Error "symbol lookup error", "undefined symbol: SSLv3_client_method" using libQtNetwork.so.4
Forum Updated to NodeBB v4.3 + New Features

Error "symbol lookup error", "undefined symbol: SSLv3_client_method" using libQtNetwork.so.4

Scheduled Pinned Locked Moved Solved 3rd Party Software
4 Posts 2 Posters 1.6k Views
  • 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.
  • CutiUserC Offline
    CutiUserC Offline
    CutiUser
    wrote on last edited by
    #1

    Hello

    I'm using Linux Mx 21 (Debian stable based) an I get an error when I try to execute a Qt4 based software. It says :

    "symbol lookup error: /usr/lib64/libsQt4/libQtNetwork.so.4: undefined symbol: SSLv3_client_method, version OPENSSL_1_1_0"

    Before, I was using this software on Linux Fedora and it works without any error.

    How can I execute my software without this error, please ?

    jsulmJ 1 Reply Last reply
    0
    • CutiUserC CutiUser

      Hello

      I'm using Linux Mx 21 (Debian stable based) an I get an error when I try to execute a Qt4 based software. It says :

      "symbol lookup error: /usr/lib64/libsQt4/libQtNetwork.so.4: undefined symbol: SSLv3_client_method, version OPENSSL_1_1_0"

      Before, I was using this software on Linux Fedora and it works without any error.

      How can I execute my software without this error, please ?

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

      @CutiUser said in Error "symbol lookup error", "undefined symbol: SSLv3_client_method" using libQtNetwork.so.4:

      /usr/lib64/libsQt4

      Qt4?!
      For Qt4 you need an older OpenSSL version (1.0 should work).

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

      1 Reply Last reply
      1
      • CutiUserC Offline
        CutiUserC Offline
        CutiUser
        wrote on last edited by
        #3

        Indeed, I have openssl installed in version v1.1.1... (sudo apt install openssl).

        Thank's for this good response !

        I guess I can't get openssl v1.1.1 and v1.1.0 to work together...
        I will try to get a more recent libQtNetwork.so.4 wich use openssl v1.1.1...

        jsulmJ 1 Reply Last reply
        0
        • CutiUserC CutiUser

          Indeed, I have openssl installed in version v1.1.1... (sudo apt install openssl).

          Thank's for this good response !

          I guess I can't get openssl v1.1.1 and v1.1.0 to work together...
          I will try to get a more recent libQtNetwork.so.4 wich use openssl v1.1.1...

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

          @CutiUser said in Error "symbol lookup error", "undefined symbol: SSLv3_client_method" using libQtNetwork.so.4:

          I guess I can't get openssl v1.1.1 and v1.1.0 to work together...

          That actually should work as version number is usually part of the library name or symbolic link.
          I think Qt4 never supported LibSSL 1.1

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

          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