Bug 1311912

Summary: Gnome control center not opening due to missing library
Product: [Fedora] Fedora Reporter: Oliver Gutiérrez <ogutierr>
Component: control-centerAssignee: Control Center Maintainer <control-center-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 23CC: control-center-maint, fmuellner, mkasik, ofourdan, oholy, rstrode, tiagomatos
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-25 11:00:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Oliver Gutiérrez 2016-02-25 10:14:07 UTC
Description of problem: Gnome control center is not opening


Version-Release number of selected component: 1:3.18.2-1.fc23


Steps to Reproduce:
1. Just invoke it. It does not open.
2. When opening using gnome-control-center on console you can see the following message:

gnome-control-center: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: No such file or directory


Actual results: Control center not opening


Expected results: Control center opening


Additional info:

The libraries control-center is looking for are located at /usr/lib64/samba/wbclient/

Just doing a symlinking of files at that path to /usr/lib64 and running ldconfig as root fix the problem.

The problem really is that libwbclient libraries are not in the library path. Don't know if it is a problem of libwbclient package or gnome-control-center really, but as the piece of software not working is gnome-control-center I filed it as gnome-control-center bug.

libwbclient package version is: 2:4.3.4-1.fc23

Comment 1 Oliver Gutiérrez 2016-02-25 11:00:05 UTC
The problem fixed just reinstalling libwbclient