Trying to install on Debian 11
Solved
Installation and Deployment
-
Hi!.
I have recently installed Debian 11 (Bullseye) and when i try to install Qt Framework this happens:
/qt-unified-linux-x64-4.1.1-online.run: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
when i open synaptic and check for libxkbcommon, it shows that libxkbcommon0 (1.0.3-2) and libxkbregistry0 (1.0.3-2) are installed...
any help will be very appreciate
M. -
Hi!.
I have recently installed Debian 11 (Bullseye) and when i try to install Qt Framework this happens:
/qt-unified-linux-x64-4.1.1-online.run: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
when i open synaptic and check for libxkbcommon, it shows that libxkbcommon0 (1.0.3-2) and libxkbregistry0 (1.0.3-2) are installed...
any help will be very appreciate
M.@U7Development try with:
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
-
@U7Development try with:
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
@eyllanesc thanks, that solved the problem...