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. The required XCB cursor platform library was not found! Please use your distribution's package manager to install it.
Qt 6.11 is out! See what's new in the release blog

The required XCB cursor platform library was not found! Please use your distribution's package manager to install it.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 4 Posters 739 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.
  • L Offline
    L Offline
    lll777
    wrote on last edited by
    #1

    I installed Qt in the Docker environment of Aarch64, and I installed all the libxcb libraries, but it still displays in the form of a dialog box after entering the application:
    [The required XCB cursor platform library was not found!Please use your distribution's package manager to install it.]
    77ac1923-3d8b-42d4-addb-62dd08d23629-image.png
    d45e4b48-e490-4afa-b747-9c12a7eb4f2a-image.png

    This is my installation procedure:

    apt install libxcb* libx11-xcb1 libfreetype6  libfontconfig1 libdbus-1-3 libbrotli1 ca-certificates
    wget https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/online_installers/qt-unified-linux-arm64-online.run
    ./qt-unified-linux-arm64-online.run  --mirror http://mirrors.tuna.tsinghua.edu.cn/qt
    
    1 Reply Last reply
    0
    • M Offline
      M Offline
      Malachi
      wrote last edited by
      #2

      I've been bonking into this error (warning?) for years. Are there no suggestions how to repair it?

      SGaistS JKSHJ 2 Replies Last reply
      0
      • M Malachi

        I've been bonking into this error (warning?) for years. Are there no suggestions how to repair it?

        SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote last edited by
        #3

        @Malachi Hi,

        What do you get if your run ldd on the binary ?

        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
        • M Malachi

          I've been bonking into this error (warning?) for years. Are there no suggestions how to repair it?

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote last edited by
          #4

          @Malachi said in The required XCB cursor platform library was not found! Please use your distribution's package manager to install it.:

          I've been bonking into this error (warning?) for years. Are there no suggestions how to repair it?

          The error message tells you how to repair it: By installing the XCB cursor library.

          sudo apt install libxcb-cursor0

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          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