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. Qt 5.01 does not start on Red Hat Linux 6 or Oracle Linux
Forum Updated to NodeBB v4.3 + New Features

Qt 5.01 does not start on Red Hat Linux 6 or Oracle Linux

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

    Hi,

    I have Red Hat Enterprise Linux 6 64-bit and I tried to install Qt 5.0.1 64-bit for Linux and it ran in to the following error:
    Failed to load core: /u02/app/Qt/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libCore.so: Cannot load library /u02/app/Qt/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libCore.so: (/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /u02/app/Qt/Tools/QtCreator/lib/qtcreator/plugins/QtProject/../.././libQt5CLucene.so.5))

    The libstdc++.so.6 is the latest release that it can possibly be but it's latest GLIBCXX is GLIBCXX_3.4.13 and not GLIBCXX_3.4.15. I used strings on it and greped for GLIBCXX.

    I have tried setting LIBS and other environment variables but it has not worked. I have seen posts that suggest rebuilding/make gcc but I do not think that seems to be the issues.

    Thanks in advance!

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

      Hi and welcome to devnet,

      You either need to update your system to get a more recent version of libstdc++ or compile Qt yourself.

      You can search this forum for similar questions and get hints from these too

      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
      0

      • Login

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