On Sun, 26 Apr 2015, Michael Schwendt wrote: > On Sun, 26 Apr 2015 09:40:21 -0400 (EDT), Robert P. J. Day wrote: > > > > > after morning update from testing updates, gnome-control-center > > fails to start: > > > > Apr 26 09:26:49 localhost gnome-control-center.desktop: > > gnome-control-center: error while loading shared libraries: > > libwbclient.so.0: cannot open shared object file: No such file or > > directory > > > > that package is, in fact, installed: > > > > $ rpm -ql libwbclient > > /usr/lib64/samba/libwinbind-client-samba4.so > > /usr/lib64/samba/wbclient/libwbclient.so.0 > > /usr/lib64/samba/wbclient/libwbclient.so.0.12 > > $ > > > > but clearly(?) it's not in the right place: > > > > $ ldd /usr/bin/gnome-control-center | grep libwb > > libwbclient.so.0 => not found > > $ > > > > so ... just add a symlink? some other package i should be looking > > at? > > Two days ago there has been this thread: > https://lists.fedoraproject.org/pipermail/test/2015-April/126047.html except that "update-alternatives" command given there doesn't work. while it accomplishes the following: $ ls -l /usr/lib64/libwbclient.so.0.12 lrwxrwxrwx. 1 root root 40 Apr 26 09:52 /usr/lib64/libwbclient.so.0.12 -> /etc/alternatives/libwbclient.so.0.12-64 $ ls -l /etc/alternatives/libwbclient.so.0.12-64 lrwxrwxrwx. 1 root root 45 Apr 26 09:52 /etc/alternatives/libwbclient.so.0.12-64 -> /usr/lib64/samba/wbclient/libwbclient.so.0.12 the generic library name isn't set up -- i needed to do this manually: $ cd /usr/lib64 $ sudo ln -s libwbclient.so.0.12 libwbclient.so.0 $ and now it works. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test