Results 1 to 2 of 2

Thread: Problem with QSslSocket

  1. #1

    Default Problem with QSslSocket

    I wrote a program in Qt 5.1 and it works good
    but when i transfer it to v 4.8 and make dll from it, the program has error:
    QSslSocket: cannot call unresolved function SSLv23_client_method
    QSslSocket: cannot call unresolved function SSL_CTX_new
    QSslSocket: cannot call unresolved function SSL_library_init
    QSslSocket: cannot call unresolved function SSL_get_error

    i dont know what is the problem

    please help me
    thanks

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Problem with QSslSocket

    You do not have OpenSSL libraries installed.

Similar Threads

  1. QSslSocket problem client-server
    By JaroMast in forum Qt Programming
    Replies: 9
    Last Post: 21st June 2012, 13:14
  2. QSslSocket and cipher problem
    By maggu2810 in forum Qt Programming
    Replies: 2
    Last Post: 11th August 2011, 07:08
  3. QSslSocket vs QTcpSocket problem
    By camol in forum Qt Programming
    Replies: 56
    Last Post: 24th March 2011, 14:32
  4. QSslSocket - problem with connecting to the server
    By kremuwa in forum Qt Programming
    Replies: 9
    Last Post: 26th August 2010, 14:40
  5. QSslSocket problem
    By The Storm in forum Qt Programming
    Replies: 5
    Last Post: 23rd March 2008, 12:58

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.