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. [Solved] Installation of QT in RedHat linux

[Solved] Installation of QT in RedHat linux

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 2.8k Views
  • 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.
  • S Offline
    S Offline
    Swinetha
    wrote on last edited by
    #1

    hi evry one,
    I have some problem regarding Installation of QT in Rhel

    at first i tried to install .run file but it is giving an error like

    bq. Floating point exception (core dumped)

    another one is tried to install .bin file it is giving an error like
    bq. ./qt-creator-linux-x86-opensource-2.7.1.bin: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory

    and finally I am tried to install tar.gz file it gives an error like g++ command will not found.

    My question is it possible to install qt in Redhat? if it is I want to know the procedure it is imaportant please help me from this problem

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to install the dependencies of course. For the part about "installing" the tarball, see: "compiling Qt":http://qt-project.org/wiki/Building_Qt_5_from_Git. Or - surprise! - check out the README file.

      RHEL is always a bit problematic. I blame the "HELl" part of the name ;)

      (Z(:^

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

        Hi,

        You need to install the developer tools packages from RedHat (g++ and friends) if you want to build the sources.

        You will also need install the development packages for Qt's dependencies (i.e opengl)

        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