https://bugzilla.novell.com/show_bug.cgi?id=742297 https://bugzilla.novell.com/show_bug.cgi?id=742297#c20 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |rkrell@gmx.net --- Comment #20 from Stefan Dirsch <sndirsch@suse.com> 2012-02-03 10:42:11 UTC --- (In reply to comment #19)
I think I know now why these fake libs don't help. Since libxcb-util has been *freshly* introduced (replacing all previous libxcb-* libs; there has been not libxcb-util before), this new library wasn't linked against by any program/library, so it doesn't get loaded either. This means the symbols in it can't be found either ...
Only possible hack is to use
export LD_PRELOAD=/usr/%{_lib}/libxcb-util.so.0
in /etc/profile.d/xorg-x11-libs for older distributions.
Does this work for anybody (replace %{_lib} with lib or lib64 respectively and source this file or just do a "export LD_PRELOAD=/usr/lib(64)/libxcb-util.so.0" for testing)? At least on openSUSE 12.1? It doesn't work for me on openSUSE 11.4. Probably because xcb_atom_get() has been removed with xcb-util 0.3.8. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.