Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Installed but it does not work
Forum Updated to NodeBB v4.3 + New Features

Qt Installed but it does not work

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 1.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.
  • H Offline
    H Offline
    hix_boz
    wrote on last edited by
    #1

    Hello all,

    I installed Qt 5.15.1 version to my host desktop with Ubuntu 16.04 operating system. When I command "qtcreator", it does not work. When I have commanded "qtcreator.sh" , I got the following messages.

    pc@pc-Lenovo-ideapad-510-pc15ISK:~/Qt/Tools/QtCreator/bin$ ./qtcreator
    ./qtcreator: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
    ./qtcreator: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
    ./qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Core.so.6)
    ./qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Core.so.6)
    ./qtcreator: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Core.so.6
    ```)
    
    How can I solve this issue? Thanks in advanced.
    JonBJ 1 Reply Last reply
    1
    • GerhardG Offline
      GerhardG Offline
      Gerhard
      wrote on last edited by
      #2

      Install the C/C++ Development Package

      Gerhard

      H 1 Reply Last reply
      1
      • H hix_boz

        Hello all,

        I installed Qt 5.15.1 version to my host desktop with Ubuntu 16.04 operating system. When I command "qtcreator", it does not work. When I have commanded "qtcreator.sh" , I got the following messages.

        pc@pc-Lenovo-ideapad-510-pc15ISK:~/Qt/Tools/QtCreator/bin$ ./qtcreator
        ./qtcreator: /lib/x86_64-linux-gnu/libz.so.1: version `ZLIB_1.2.9' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
        ./qtcreator: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
        ./qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Core.so.6)
        ./qtcreator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Core.so.6)
        ./qtcreator: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /home/pc/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Core.so.6
        ```)
        
        How can I solve this issue? Thanks in advanced.
        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @hix_boz
        In addition to @Gerhard. Be aware that Qt6 Supported platforms states

        Linux (Ubuntu 20.04, CentOS 8.1, OpenSuSE 15.1)

        so whether you will get Ubuntu 16.04 to work with it is unknown.

        Note that although you have installed Qt 5.15.1 your Qt Creator is the latest (6? 7?), and you can see it uses Qt6. If that is a problem in this light you would need to get an older version of Qt Creator which still uses Qt5 rather than Qt6....

        1 Reply Last reply
        1
        • GerhardG Gerhard

          Install the C/C++ Development Package

          H Offline
          H Offline
          hix_boz
          wrote on last edited by hix_boz
          #4

          @Gerhard

          Thanks for reply. How can I install C/C++ Development Package? Do I have to use qt online installer again?

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            You should concentrate on what @JonB wrote, your current issue is that your distribution is too old to run that version of Qt Creator. Either install a previous one, the one coming from your distribution or build Qt Creator yourself with Qt 5.

            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

            • Login

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