[Samba] sssd-ad cannot be installed with sernet samba

Tim lists at kiuni.de
Mon Mar 30 04:54:13 MDT 2015


sernet-packages should normally replace the distribution packages. On my CentOS box it works really fine.

Do you have sernet-samba-libs installed?

Possibly you have sssd-ad already? Have you checked if there is a file /usr/lib64/sssd/libsss_ad.so or similar?

If yes, check the file's dependencies:
# ldd /usr/lib64/sssd/libsss_ad.so
         linux-vdso.so.1 =>  (0x00007fff769dd000)
         liblber-2.4.so.2 => /lib64/liblber-2.4.so.2 (0x00007f384d0e2000)
         libldap-2.4.so.2 => /lib64/libldap-2.4.so.2 (0x00007f384ce8f000)
         libdhash.so.1 => /lib64/libdhash.so.1 (0x00007f384cc8b000)
         libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f384ca87000)
         libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f384c7a6000)
         libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f384c571000)
         libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f384c36d000)
         libndr-nbt.so.0 => not found
         libndr.so.0 => not found
         libsamba-util.so.0 => not found
         libtevent.so.0 => /lib64/libtevent.so.0 (0x00007f384c15e000)
         libtalloc.so.2 => /lib64/libtalloc.so.2 (0x00007f384bf51000)
         libsss_ldap_common.so => /usr/lib64/sssd/libsss_ldap_common.so (0x00007f384bc76000)
         libsss_krb5_common.so => /usr/lib64/sssd/libsss_krb5_common.so (0x00007f384ba3f000)
         libsss_idmap.so.0 => /lib64/libsss_idmap.so.0 (0x00007f384b839000)
         libdl.so.2 => /lib64/libdl.so.2 (0x00007f384b635000)
         libc.so.6 => /lib64/libc.so.6 (0x00007f384b273000)
         libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f384b059000)
         libsasl2.so.3 => /lib64/libsasl2.so.3 (0x00007f384ae3c000)
         libssl3.so => /lib64/libssl3.so (0x00007f384abfc000)
         libsmime3.so => /lib64/libsmime3.so (0x00007f384a9d5000)
         libnss3.so => /lib64/libnss3.so (0x00007f384a6b0000)
         libnssutil3.so => /lib64/libnssutil3.so (0x00007f384a483000)
         libplds4.so => /lib64/libplds4.so (0x00007f384a27f000)
         libplc4.so => /lib64/libplc4.so (0x00007f384a07a000)
         libnspr4.so => /lib64/libnspr4.so (0x00007f3849e3b000)
         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3849c1f000)
         libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f3849a11000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f384d535000)
         libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f38497d9000)
         libz.so.1 => /lib64/libz.so.1 (0x00007f38495c3000)
         librt.so.1 => /lib64/librt.so.1 (0x00007f38493ba000)
         libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f3849195000)
         libfreebl3.so => /lib64/libfreebl3.so (0x00007f3848f18000)
         libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f3848cb6000)
         liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f3848a91000)

If there is sth. that is not found, these dependencies must be symlinked as well to work properly.

Regards Tim



Am 30.03.2015 um 11:56 schrieb Luca Olivetti:
> El 30/03/15 a les 11:38, Rowland Penny ha escrit:
>
>>> Is there any hope to have this issue fixed? Where does one report bugs
>>> in the sernet packaging?
>>>
>>>
>>> TIA
>>
>> Have you tried to install sssd-ad ? that link you posted was about
>> installing on 12.04, things may have changed. You could try 'apt-get
>> install -s sssd-ad'
>> This will tell you what will happen if you do install sssd-ad
>
> It cannot be installed, just like in 2013:
>
>
> # LC_ALL= LANGUAGE= LANG= apt-get install sssd-ad sssd-ad-common
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>   sssd-ad : Depends: samba-libs (>= 2:4.1.6+dfsg) but it is not going to
> be installed
>   sssd-ad-common : Depends: samba-libs (>= 2:4.1.6+dfsg) but it is not
> going to be installed
> E: Unable to correct problems, you have held broken packages.
>
>
> Bye
>


More information about the samba mailing list