Description of problem: The libwbclient library is not in the linker search path. As a result, some binaries don't start (see below). Version-Release number of selected component (if applicable): Nombre : libwbclient Arquitectur : x86_64 Epoch : 2 Versión : 4.2.1 Lanzamiento : 2.fc22 Tamaño : 71 k Repo : @System Resumen : The winbind client library URL : http://www.samba.org/ Licencia : GPLv3+ and LGPLv3+ Descripción : The libwbclient package contains the winbind client library from : the Samba suite. How reproducible: Always Steps to Reproduce: 1. ldconfig -p | grep wbclient Actual results: (nothing) Expected results: libwbclient.so.0 ... Additional info: I marked this bug as 'urgent' because, as a result of this bug, gnome-control-center, which depends on libwbclient, does not start. $ ldd /usr/bin/gnome-control-center | grep wbclient libwbclient.so.0 => not found $ gnome-control-center gnome-control-center: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: No such file or directory $ LD_LIBRARY_PATH=/usr/lib64/samba/wbclient gnome-control-center (works)
I've unpushed the update from updates-testing so it is not so 'urgent' anymore. But we are working on the solution.
*** This bug has been marked as a duplicate of bug 1214973 ***
Additionally, the problem is *not* in the fact that libwbclient.so.12 is not in the linker path, it wasn't there before too. The problem is that alternatives are named libwbclient.so.0.11-<arch> and and version number did change to libwbclient.so.0.12, thus breaking alternatives.