Description of problem: gnome-control-center fails to start on Fedora 22 because it fails to load the libwbclient.so.0 library. The reason is that the library is under '/usr/lib64/samba/wbclient/' which is not the default path for libraries. $ LD_LIBRARY_PATH=/usr/lib64/samba/wbclient/ gnome-control-center works just fine. Thus it may be a libwbclient bug, feel free to reassign. Version-Release number of selected component (if applicable): control-center-3.16.1-1 libwbclient-4.2.1-2 How reproducible: 100 % Steps to Reproduce: 1. run gnome-control-center Actual results: fails to load the libwbclient library Expected results: gnome-control-center starting just fine Additional info: worked before update that included samba-libs, samba-winbind and some other samba* packages.
On my F22 install, it seems fine: $ ls -l /usr/lib64/libwbclient.so.0* lrwxrwxrwx 1 root root 19 Abr 23 14:22 /usr/lib64/libwbclient.so.0 -> libwbclient.so.0.11 lrwxrwxrwx 1 root root 40 Abr 23 14:22 /usr/lib64/libwbclient.so.0.11 -> /etc/alternatives/libwbclient.so.0.11-64 $ ls -l /etc/alternatives/libwbclient.so.0.11-64 lrwxrwxrwx 1 root root 45 Abr 23 14:22 /etc/alternatives/libwbclient.so.0.11-64 -> /usr/lib64/samba/wbclient/libwbclient.so.0.11
See bug 1215076 too
*** This bug has been marked as a duplicate of bug 1215076 ***