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. Cant install qt on centos9
Forum Updated to NodeBB v4.3 + New Features

Cant install qt on centos9

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
centos9
3 Posts 3 Posters 1.0k 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.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    Hey

    I've set up another centos VM, I've havent had this problem on previous ones but on this one when I try to run I get this :

    Downloads/qt-unified-linux-x64-4.4.1-online(1).run: error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directory
    

    Has any1 had this before? How do I bite it ?

    Regards
    Dariusz

    Christian EhrlicherC 1 Reply Last reply
    0
    • D Dariusz

      Hey

      I've set up another centos VM, I've havent had this problem on previous ones but on this one when I try to run I get this :

      Downloads/qt-unified-linux-x64-4.4.1-online(1).run: error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directory
      

      Has any1 had this before? How do I bite it ?

      Regards
      Dariusz

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Dariusz said in Cant install qt on centos9:

      How do I bite it ?

      As you can see libxcb-icccm.so.4 is missing - so search it in your package manager and install the appropriate package which contains this lib.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      1
      • L Offline
        L Offline
        Lana Deere
        wrote on last edited by
        #3

        On Rocky9, at least, which is a RedHat 9 clone, the libxcb-icccm.so.4 is available in the xcb-util-wm package, sudo yum install xcb-util-wm.

        1 Reply Last reply
        1

        • Login

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