Bug 1215106 - error while loading shared libraries: libwbclient.so.0: cannot open shared object file
Summary: error while loading shared libraries: libwbclient.so.0: cannot open shared ob...
Keywords:
Status: CLOSED DUPLICATE of bug 1215076
Alias: None
Product: Fedora
Classification: Fedora
Component: control-center
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Control Center Maintainer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-24 10:18 UTC by Vratislav Podzimek
Modified: 2015-04-25 13:45 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-04-25 13:45:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vratislav Podzimek 2015-04-24 10:18:53 UTC
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.

Comment 1 Rui Matos 2015-04-24 12:40:36 UTC
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

Comment 2 Rui Matos 2015-04-24 12:43:15 UTC
See bug 1215076 too

Comment 3 Kalev Lember 2015-04-25 13:45:16 UTC

*** This bug has been marked as a duplicate of bug 1215076 ***


Note You need to log in before you can comment on or make changes to this bug.