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. qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
Forum Updated to NodeBB v4.3 + New Features

qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 2.5k 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.
  • R Offline
    R Offline
    raoufM
    wrote on 9 Apr 2023, 22:19 last edited by
    #1

    i made a function to send sms and when i click on the pushbutton it always shows me this errors :
    qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
    qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
    qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
    qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
    qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

    i tried to run my code with a friend's computer and it works .
    any solutions ?

    the Qt version is 5.9.9

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Pl45m4
      wrote on 10 Apr 2023, 04:57 last edited by
      #2

      @raoufM

      Have you searched that error messages already? Then you would know, that that one computer is probably missing some DLLs or at least can't localize them, because they aren't part of PATH.

      • https://stackoverflow.com/questions/41857883/qsslsocket-cannot-call-unresolved-function

      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      R 1 Reply Last reply 10 Apr 2023, 17:13
      0
      • P Pl45m4
        10 Apr 2023, 04:57

        @raoufM

        Have you searched that error messages already? Then you would know, that that one computer is probably missing some DLLs or at least can't localize them, because they aren't part of PATH.

        • https://stackoverflow.com/questions/41857883/qsslsocket-cannot-call-unresolved-function
        R Offline
        R Offline
        raoufM
        wrote on 10 Apr 2023, 17:13 last edited by
        #3

        @Pl45m4 I copied the DLLs in my project folder and in C:/Qt/tools/mingw32/bin and it works now.
        As you said there's somme missed DLLs like :

        • libeay32.dll
        • ssleay32.dll
        1 Reply Last reply
        0
        • R raoufM has marked this topic as solved on 10 Apr 2023, 17:19

        1/3

        9 Apr 2023, 22:19

        • Login

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