On Linux, launching one of our GUI applications might produce this error: "xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin". Current versions of our GUI applications -- ASN1C version 7.9, ASN1VE/ASN2TXT version 3.5, and XBinder version 3.0 -- use Qt 6.5 and depend on package libxcb-cursor0, but in some installations or distributions, this package is absent. To resolve the error, install package libxcb-cursor0 (for instance, use "apt install libxcb-cursor-dev" on Debian/Ubuntu systems, or "yum/dnf install xcb-util-cursor" on Fedora/Red Hat systems).

More information on Qt and this dependency can be found here:

https://stackoverflow.com/questions/77725761/from-6-5-0-xcb-cursor0-or-libxcb-cursor0-is-needed-to-load-the-qt-xcb-platform


Published

Category

ASN1C

Tags