Cant install qt on centos9
- 
Hey I've set up another centos VM, I've havent had this problem on previous ones but on this one when I try to run I get this : Downloads/qt-unified-linux-x64-4.4.1-online(1).run: error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directoryHas any1 had this before? How do I bite it ? Regards 
 Dariusz
- 
Hey I've set up another centos VM, I've havent had this problem on previous ones but on this one when I try to run I get this : Downloads/qt-unified-linux-x64-4.4.1-online(1).run: error while loading shared libraries: libxcb-icccm.so.4: cannot open shared object file: No such file or directoryHas any1 had this before? How do I bite it ? Regards 
 Dariusz@Dariusz said in Cant install qt on centos9: How do I bite it ? As you can see libxcb-icccm.so.4 is missing - so search it in your package manager and install the appropriate package which contains this lib. 
- 
On Rocky9, at least, which is a RedHat 9 clone, the libxcb-icccm.so.4 is available in the xcb-util-wm package, sudo yum install xcb-util-wm. 
 
