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. Unable to Install "standalone Qt installers beyond v 5.9.9
Forum Updated to NodeBB v4.3 + New Features

Unable to Install "standalone Qt installers beyond v 5.9.9

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 634 Views 2 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.
  • N Offline
    N Offline
    npillai2
    wrote on last edited by
    #1

    When trying to install higher versions of Qt (e.g. 14.2, 12.8) using this command

    ./qt-opensource-linux-x64-5.12.8.run
    

    I get this error message

    ./qt-opensource-linux-x64-5.12.8.run: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
    

    I'm confused - why does the standalone installer require a library?

    sierdzioS 1 Reply Last reply
    0
    • N npillai2

      When trying to install higher versions of Qt (e.g. 14.2, 12.8) using this command

      ./qt-opensource-linux-x64-5.12.8.run
      

      I get this error message

      ./qt-opensource-linux-x64-5.12.8.run: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
      

      I'm confused - why does the standalone installer require a library?

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @npillai2 said in Unable to Install "standalone Qt installers beyond v 5.9.9:

      I'm confused - why does the standalone installer require a library?

      It's using xkb (keyboard handling library for X11 server), without it Qt (which Qt installer is written in) cannot handle your keyboard :-)

      (Z(:^

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

        Hi and welcome to devnet,

        What Linux distribution are you using ?
        The error message means that you are missing the libxkbcommon library which shall be provided on all the Linux distribution supported starting with Qt 5.12.4 IIRC.

        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
        • N Offline
          N Offline
          npillai2
          wrote on last edited by
          #4

          Thanks for the help!

          The Linux distribution is CentOS 7 (and I don't have admin access so I can't install said library)

          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