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
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to