[SOLVED]error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory
-
I am using Ubuntu 10.04 LTS , I am trying to install QT 5.5 (qt-opensource-linux-x86-5.5.0.run).
I used following command to install QT.chmod +x qt-opensource-linux-x86-5.5.0.run ./qt-opensource-linux-x86-5.5.0.run
First command ran successfully But got error for second command.
./qt-opensource-linux-x86-5.5.0.run: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory
Is the library missing??Am i missing any step?