Results 1 to 3 of 3

Thread: Mysterious QSslSocket error causes installation to fail on Ubuntu 64-bit.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2010
    Posts
    3
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Mysterious QSslSocket error causes installation to fail on Ubuntu 64-bit.

    Fixed the issue. Turns out this error and all subsequent errors are due to missing libraries that prevent elements of the program from compiling. In this case, QSslSocket relies on the OpenSSL library, which can be installed with:

    sudo apt-get install libssl-dev

    If relaunching the make process immediately after doesn't get rid of the error, you have to reconfigure the installation.

    make confclean
    ./configure

    I've encountered several errors like this afterwards that I've also gotten rid of by installing dev libraries. I will post the list of all dev libraries necessary when I complete the installation.
    Last edited by spitfirejunky; 31st March 2010 at 08:09.

  2. The following user says thank you to spitfirejunky for this useful post:

    Momergil (10th December 2015)

Similar Threads

  1. Install opencv on ubuntu error, please help
    By cooper in forum General Programming
    Replies: 2
    Last Post: 16th July 2009, 12:46
  2. Replies: 6
    Last Post: 30th August 2008, 13:01
  3. Qt3 Installation on Ubuntu 7.04
    By jflowers in forum Installation and Deployment
    Replies: 1
    Last Post: 16th January 2008, 19:20
  4. Error after trying to run project in UBUNTU
    By sincnarf in forum Qt Programming
    Replies: 1
    Last Post: 5th October 2007, 05:29
  5. Unsolved ubuntu installation of qt problem
    By sincnarf in forum Installation and Deployment
    Replies: 1
    Last Post: 30th September 2007, 09:41

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.