Samba 4.2.3 exited on signal 4

Stefan Esser se at freebsd.org
Tue Aug 18 15:58:34 UTC 2015


Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev:
> Could be that you are affected by
> https://bugzilla.samba.org/show_bug.cgi?id=11455
> 
> Can you, please, verify, that it is the case?

A good test is to install the pre-compiled package and compare
ldd output for the port compiled by you and the package binaries
(i.e. strip off the addresses and compare only the filenames that
ldd reports for either smbd binary).

In my case the smbd and smbclient where linked against a wrong
MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead
of the system library (/usr/lib/libmd.so). This was due to the
configure script preferring libmd5.so over libmd.so ...

Regards, STefan


More information about the freebsd-ports mailing list