Q:
openbox: error while loading shared libraries: libxcb-aux.so.0: cannot open shared object file: No such file or directory
A:
Because xcb-util-0.3.6 update to xcb-util-0.3.8
ChangeLog:
commit 118a3c86b3d3b2fab20f365e4a5703e40ad2e1b1
Author: Arnaud Fontaine <arnau@debian.org>
Date: Mon Aug 9 15:47:02 2010 -0500
Create a single shared library and header file and reset SONAME
OK, now
cd /usr/lib
ln -s libxcb-util.so.0.0.0 libxcb-aux.so.0.0.0
ln -s libxcb-aux.so.0.0.0 libxcb-aux.so.0
ln -s libxcb-aux.so.0.0.0 libxcb-aux.so
p.s.
About UNIX soname Wiki here