[CentOS] libsmbclient conflict problem

Sun Feb 11 01:34:24 UTC 2018
Liam O'Toole <liam.p.otoole at gmail.com>

On 2018-02-06, me at tdiehl.org
<me at tdiehl.org> wrote:
> Hi,
>
> I have a c-6 machine that I noticed the following on:
>
> (bugs pts10) # package-cleanup --problems Loaded plugins:
> fastestmirror, priorities, refresh-packagekit Package
> system-config-printer-libs-1.1.16-26.el6.x86_64 requires
> libsmbclient.so.0()(64bit) Package
> kdebase-runtime-libs-4.3.4-9.el6.x86_64 requires
> libsmbclient.so.0()(64bit)
>
> So then I ran:
>
> (bugs pts10) # yum install libsmbclient

[...]

> Error: samba4-winbind conflicts with samba-winbind-3.6.23-46el6_9.x86_64
> Error: samba4-winbind-clients conflicts with samba-winbind-clients-3.6.23-46el6_9.x86_64
> Error: samba4-common conflicts with samba-common-3.6.23-46el6_9.x86_64

[...]

The error messages above tell you what the problem is: there is a
conflict between the installed samba4 packages and the samba3 packages
you are trying to install. It looks like someone uninstalled various
samba3 packages using rpm (instead of yum), probably in order to install
samba4, but breaking dependencies of other packages in the process.

> I have the following samba packages installed:
>
> (bugs pts10) # rpm -qa samba4\*
> samba4-winbind-clients-4.2.10-12.el6_9.x86_64
> samba4-4.2.10-12.el6_9.x86_64
> samba4-client-4.2.10-12.el6_9.x86_64
> samba4-common-4.2.10-12.el6_9.x86_64
> samba4-winbind-4.2.10-12.el6_9.x86_64
> samba4-libs-4.2.10-12.el6_9.x86_64
> (bugs pts10)
>
> Can someone tell me what what I need to do to resolve the above conflicts?

Do you need to keep the samba4 packages? They do not appear to be
co-installable with samba3.

>
> There does not seem to be a later version of libsmbclient available.
>
> Regards,

-- 

Liam