On system with non default kerberos, applcation with libssh fails loading libgssapi.so. I would like to suggest an option to disable GSSAPI here. Tested: $ ldd ../stage/usr/local/lib/libssh.so ../stage/usr/local/lib/libssh.so: librt.so.1 => /usr/lib/librt.so.1 (0x80128b000) libcrypto.so.8 => /lib/libcrypto.so.8 (0x801600000) libz.so.6 => /lib/libz.so.6 (0x801a6f000) libc.so.7 => /lib/libc.so.7 (0x800823000) libthr.so.3 => /lib/libthr.so.3 (0x801c87000)
Created attachment 199177 [details] proposed patch
A commit references this bug: Author: dinoex Date: Sat Jan 19 07:15:48 UTC 2019 New revision: 490704 URL: https://svnweb.freebsd.org/changeset/ports/490704 Log: - add option GSSAPI PR: 233171 Approved by: (maintainer timeout) Changes: head/security/libssh/Makefile