#1103869 shared library libsamba-debug-private-samba.so.0 not found

Package:
samba
Source:
samba
Description:
SMB/CIFS file, print, and login server for Unix
Submitter:
Antonio
Date:
2025-04-22 08:00:03 UTC
Severity:
normal
Tags:
#1103869#5
Date:
2025-04-22 07:56:44 UTC
From:
To:
Dear Maintainer,
I had to create a file "/etc/ld.so.conf.d/samba.conf", which contains the
directory where the libraries are located "/usr/lib/x86_64-linux-gnu/samba"

Thanks,
Antonio
---

before:

$ ldd /usr/bin/dumpmscat
...
libsamba-debug-private-samba.so.0 => not found
...


after (and ldconfig):

$ ldd /usr/bin/dumpmscat
...
libsamba-debug-private-samba.so.0 =>
/usr/lib/x86_64-linux-gnu/samba/libsamba-
debug-private-samba.so.0 (0x00007725ee4a5000)
...