Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1215109 - libwbclient.so.0 not found
Summary: libwbclient.so.0 not found
Keywords:
Status: CLOSED DUPLICATE of bug 1214973
Alias: None
Product: Fedora
Classification: Fedora
Component: samba
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Guenther Deschner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-24 10:22 UTC by Alex Puchades
Modified: 2015-04-24 10:30 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-04-24 10:30:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alex Puchades 2015-04-24 10:22:27 UTC
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)

Comment 1 Alexander Bokovoy 2015-04-24 10:28:40 UTC
I've unpushed the update from updates-testing so it is not so 'urgent' anymore. But we are working on the solution.

Comment 2 Sumit Bose 2015-04-24 10:30:39 UTC

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

Comment 3 Alexander Bokovoy 2015-04-24 10:30:53 UTC
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.


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