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. Problems with libqxcb
Forum Update on Monday, May 27th 2025

Problems with libqxcb

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 349 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.
  • F Offline
    F Offline
    FrancisK
    wrote on last edited by
    #1

    I have been having some problems with libqxcb.so

    If I run "ldd" on "/opt/Qt5/plugins/platforms/libqxcb.so", "libQt5XcbQpa.so.5" is reported as not being found.

    Even though "libQt5XcbQpa.so.5" can be found in "/opt/Qt5/lib/libQt5XcbQpa.so.5"

    ldd /opt/Qt5/lib/libQt5XcbQpa.so.5
    libQt5Gui.so.5 => not found
    libQt5DBus.so.5 => not found
    libQt5Core.so.5 => not found

    ldd /opt/Qt5/lib/libQt5DBus.so.5
    libQt5Core.so.5 => not found

    ldd /opt/Qt5/lib/libQt5Gui.so.5
    libQt5Core.so.5 => not found

    ldd /opt/Qt5/lib/libQt5Core.so.5
    [nothing is missing]

    ldd /opt/Qt5/lib/libQt5Gui.so.5
    [nothing is missing]

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

      Hi and welcome to devnet,

      How did you install Qt ?
      Which version is it ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      F 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        How did you install Qt ?
        Which version is it ?

        F Offline
        F Offline
        FrancisK
        wrote on last edited by
        #3

        I'm using Qt5.15.2, compiled from source. I eventually figured out the problem. It just needed export paths for "LD_LIBRARY_PATH" and "QT_PLUGIN_PATH", then it worked Ok.

        export LD_LIBRARY_PATH=/opt/Qt5/lib
        export QT_PLUGIN_PATH=/opt/Qt5/plugins

        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