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. Installing on Linux(CentOS 5.4)
Forum Updated to NodeBB v4.3 + New Features

Installing on Linux(CentOS 5.4)

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.7k 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.
  • Z Offline
    Z Offline
    zjh4101132
    wrote on last edited by
    #1

    hi,everybody,

    i want to install QT in linux(CentOS 5.4) using QtSdk-offline-linux-x86-v1.2.1.run
    with QT version(4.8.1) below:

    my gcc version is
    gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)

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

    but failed.

    i have tried other method as possible as others say below:
    [root@tracvm qt_linux_sdk]#ln -s /usr/lib/libstdc++.so.6.0.10 /usr/lib/libstdc++.so.6
    but it can not be installed .

    so please help me ,thanks

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

      The library too old is not libstdc++ but glibc. Upgrading that will most likely require you to upgrade your complete linux system. If you can not do that, then you will need to rebuild Qt and the tools you need for your platform.

      Rebuilding is unfortunately only an option for the open-source parts (Qt, Qt creator, etc.) of the SDK.

      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