Results 1 to 5 of 5

Thread: problem to run QtCreator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2010
    Posts
    16
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default problem to run QtCreator

    Hello,
    I downloaded the latest QtCreator, 2.0.1 for Linux, qt-creator-linux-x86_64-opensource-2.0.1.bin, but when I execute it I got this message:
    • ./qtcreator: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by QtCreator/QtCreator-2.0.1/bin/../lib/libQtGui.so.4)
    • ./qtcreator: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by QtCreator/QtCreator-2.0.1/bin/../lib/libQtNetwork.so.4)
    • ./qtcreator: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by QtCreator/QtCreator-2.0.1/bin/../lib/libQtCore.so.4)


    under /lib64/tls, libc.so.6 does not exist.

    Questions:
    • what is the absolute path of /lib64/tls? I don't see it exist in all the paths of PATH variable? the only path I can find is /usr/lib64/tls, so if this is the one, why it misses /usr/ in the front?
    • does anyone know which Qt version the QtCreator 2.0.1 relies on?
    • do I have to download the dependent Qt version of the QtCreator in order to run QtCreator?
    • are the error messages above actually about the out-dated glibc libs? If it is, where can I download it from?
    • I am currently using the old version of Qt, 4.3.4. Is there a QtCreator I can download which supports it? I couldn't find the links for previous QtCreator releases on http://qt.nokia.com


    Thank you in advance for help.
    Last edited by Qqt; 1st December 2010 at 11:56. Reason: modify

Similar Threads

  1. [Qwt] Make problem with Qwt on QtCreator-Windows 7
    By gen_mass in forum Installation and Deployment
    Replies: 3
    Last Post: 9th October 2010, 16:05
  2. Problem with QtCreator + OpenCV
    By rastru in forum Newbie
    Replies: 3
    Last Post: 24th September 2010, 21:34
  3. Qt Creator Problem with QtCreator + OpenCV
    By rastru in forum Qt Tools
    Replies: 0
    Last Post: 28th July 2010, 22:33
  4. Qtcreator : Problem to compile examples
    By shenakan in forum Newbie
    Replies: 2
    Last Post: 18th August 2009, 09:17
  5. qtcreator debugging problem in windowXP
    By nagare in forum Newbie
    Replies: 1
    Last Post: 15th June 2009, 18:04

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.