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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2021-04-03
  • 2021-08-31
相关资源
相似解决方案