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. Installation of Qt 4.8.7 in Ubuntu 18.04.1 LTS

Installation of Qt 4.8.7 in Ubuntu 18.04.1 LTS

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 4.0k 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.
  • D Offline
    D Offline
    die Dauphin
    wrote on 6 Mar 2019, 04:16 last edited by die Dauphin 3 Jun 2019, 04:19
    #1

    I am trying to install Qt 4.8.7 from source (https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz) in a virtual machine running Ubuntu 18.04.1 LTS

    0_1551842108100_Ubuntu Machine.PNG

    So the commands I follow are:

    mkdir Qt
    cd Qt
    wget https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz
    tar -xzf qt-everywhere-opensource-src-4.8.7.tar.gz
    mv qt-everywhere-opensource-src-4.8.7 Qt-Source
    cd Qt-Source
    ./configure
    

    Then I choose the Open Source Edition, accept the terms of License. After that it displays:

    Qt is now configured for building. Just run 'make'.
    Once everything is built, you must run 'make install'.
    Qt will be installed into /usr/local/Trolltech/Qt-4.8.7
    
    

    So ...

    make 
    

    and I have the next error;

    0_1551845738419_Capturaqt.PNG

    Another thing is that in the process of running make, there are a lot of errors like these:

    0_1551845788905_Capturaqt2.PNG

    Could you help me? Please

    J 1 Reply Last reply 6 Mar 2019, 06:24
    0
    • D die Dauphin
      6 Mar 2019, 04:16

      I am trying to install Qt 4.8.7 from source (https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz) in a virtual machine running Ubuntu 18.04.1 LTS

      0_1551842108100_Ubuntu Machine.PNG

      So the commands I follow are:

      mkdir Qt
      cd Qt
      wget https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz
      tar -xzf qt-everywhere-opensource-src-4.8.7.tar.gz
      mv qt-everywhere-opensource-src-4.8.7 Qt-Source
      cd Qt-Source
      ./configure
      

      Then I choose the Open Source Edition, accept the terms of License. After that it displays:

      Qt is now configured for building. Just run 'make'.
      Once everything is built, you must run 'make install'.
      Qt will be installed into /usr/local/Trolltech/Qt-4.8.7
      
      

      So ...

      make 
      

      and I have the next error;

      0_1551845738419_Capturaqt.PNG

      Another thing is that in the process of running make, there are a lot of errors like these:

      0_1551845788905_Capturaqt2.PNG

      Could you help me? Please

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 6 Mar 2019, 06:24 last edited by
      #2

      @die-Dauphin What version of OpenSSL is installed on that machine?

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 6 Mar 2019, 19:07 last edited by SGaist 3 Jun 2019, 19:07
        #3

        Hi and welcome to devnet,

        You don't need to do that. Your distribution already provides Qt 4.8.7. You should use that one as it will have proper OpenSSL support directly.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1

        1/3

        6 Mar 2019, 04:16

        • 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