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. Is there a specific version of QtCreator that is compatible with a 2.6.3 Linux kernel?
Forum Updated to NodeBB v4.3 + New Features

Is there a specific version of QtCreator that is compatible with a 2.6.3 Linux kernel?

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.3k 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.
  • L Offline
    L Offline
    lapin
    wrote on last edited by
    #1

    I've downloaded the SDK and when I try to execute the .run file (QtSdk-online-linux-x86-v1.2.1.run), I'm seeing the following errors,
    which suggest to me that the Linux libraries are out of date for the Qt SDK I'm trying to use.

    I'm hoping someone knows what SDK version might be compatible with older Linux kernels.

    Thanks!

    [root@sfstest4 opt]# ./QtSdk-online-linux-x86-v1.2.1.run
    ./QtSdk-online-linux-x86-v1.2.1.run: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.9' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run) ./QtSdk-online-linux-x86-v1.2.1.run: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run)
    ./QtSdk-online-linux-x86-v1.2.1.run: /lib/tls/libc.so.6: version GLIBC_2.9' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run) ./QtSdk-online-linux-x86-v1.2.1.run: /lib/tls/libc.so.6: version GLIBC_2.10' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run)
    ./QtSdk-online-linux-x86-v1.2.1.run: /lib/tls/libc.so.6: version GLIBC_2.11' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run) ./QtSdk-online-linux-x86-v1.2.1.run: /lib/tls/libc.so.6: version GLIBC_2.4' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run)
    ./QtSdk-online-linux-x86-v1.2.1.run: /lib/tls/libc.so.6: version `GLIBC_2.7' not found (required by ./QtSdk-online-linux-x86-v1.2.1.run)
    [root@sfstest4 opt]#

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      The kernel should not matter too much... the glibc as well as the libstdc++ do though!

      To get Qt and Creator running on such a system you will most likely need to build them yourself, provided your distribution does not ship them for you.

      1 Reply Last reply
      0

      • Login

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