> Cannot speak for red-hat distros, but Louis's Debian packages have it
in the
> 'samba-libs' package, is there a similar red-hat package ?
>
> Rowland
Hi Rowland,
Yes, I agree. After looking at the C code, I decided to include this in
the samba-dc-libs rpm:
[root at dc00 ~]# rpm -qi samba-dc-libs
Name : samba-dc-libs
Epoch : 0
Version : 4.14.5
Release : 1.2.el7
Architecture: x86_64
Install Date: Tue 01 Jun 2021 04:13:49 PM EDT
Group : Unspecified
Size : 1946960
License : GPLv3+ and LGPLv3+
Signature : DSA/SHA1, Tue 01 Jun 2021 04:03:26 PM EDT, Key ID
2a04f563c825b4bb
Source RPM : samba-4.14.5-1.2.el7.src.rpm
Build Date : Tue 01 Jun 2021 04:02:38 PM EDT
Build Host : bdc414x.lasthome.solace.krynn
Relocations : (not relocatable)
URL : https://www.samba.org
Summary : Samba AD Domain Controller Libraries
Description :
The samba-dc-libs package contains the libraries needed by the DC to
link against the SMB, RPC and other protocols.
[root at dc00 ~]# rpm -ql samba-dc-libs|head -5
/usr/lib64/libdcerpc-server.so.0
/usr/lib64/libdcerpc-server.so.0.0.1
/usr/lib64/samba/krb5/async_dns_krb5_locator.so
<================/usr/lib64/samba/libdb-glue-samba4.so
/usr/lib64/samba/libdnsserver-common-samba4.so
[...]
Thank you for the quick reply...
Vincent