[Bug 275442] net/samba416: server fails to start on FreeBSD 14.0-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 29 Nov 2023 23:15:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275442

            Bug ID: 275442
           Summary: net/samba416: server fails to start on FreeBSD
                    14.0-RELEASE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: timur@FreeBSD.org
          Reporter: fbsd-bugzilla@schlachter.ca
          Assignee: timur@FreeBSD.org
             Flags: maintainer-feedback?(timur@FreeBSD.org)

I recently updated to FreeBSD 14.0-RELEASE, and samba fails to start. I
reinstalled all packages as part of the upgrade. Just to make sure this wasn't
a problem related to packages being built on 13.2, I also re-built and
installed samba416 from ports (but this also happens with the version installed
from pkg):

$ doas service samba_server start
Performing sanity check on Samba configuration: FAILED
Starting nmbd.
ld-elf.so.1: Shared object "libsmbconf.so.0" not found, required by "nmbd"
/usr/local/etc/rc.d/samba_server: WARNING: failed to start nmbd
Starting smbd.
ld-elf.so.1: Shared object "libsamba-passdb.so.0" not found, required by "smbd"
/usr/local/etc/rc.d/samba_server: WARNING: failed to start smbd

$ testparm # probably why 'Performing sanity check' fails above
ld-elf.so.1: Shared object "libsmbconf.so.0" not found, required by "testparm"

$ smbpasswd -h
ld-elf.so.1: Shared object "libsamba-errors.so.1" not found, required by
"smbpasswd"

$ freebsd-version
14.0-RELEASE

-- 
You are receiving this mail because:
You are the assignee for the bug.