Alexander Panyushkin writes:
> I do not need kerberos.
> Why option WITHOUT_KERBEROS = YES does not work?
My mistake. Comment out every line that mentions KRB5, HEIMDAL or
GSSAPI in crypto/openssh/config.h and you should be fine (they are not
needed, as the Makefile defines all the required macr
Le 23/09/2013 13:40, Alexander Panyushkin a écrit :
> I do not need kerberos.
> Why option WITHOUT_KERBEROS = YES does not work?
This can be something missed from the latest OpenSSH upgrade, or maybe
OpenSSH cannot be built without Kerberos.
Wait for someone to answer and send a PR if the problem
23.09.2013 14:30, Florent Peterschmitt wrote:
Le 23/09/2013 12:45, Alexander Panyushkin a écrit :>
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth.h:42:10: fatal
error: 'krb5.h' file not found
#include
[…]
WITHOUT_KERBEROS=YES
I do not need kerberos.
Why option WITHOUT_KERBEROS = Y
Le 23/09/2013 12:45, Alexander Panyushkin a écrit :>
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth.h:42:10: fatal
> error: 'krb5.h' file not found
> #include
[…]
> WITHOUT_KERBEROS=YES
Seems linked.
--
Florent Peterschmitt | Please:
flor...@peterschmitt.fr| * Avoid
===> secure/lib/libssh (obj,depend,all,install)
rm -f .depend
CC='clang' mkdep -f .depend -a-DHAVE_LDNS=1
-I/usr/src/secure/lib/libssh/../../../contrib/ldns
-I/usr/src/secure/lib/libssh/../../../crypto/openssh -std=gnu99
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfd.c
/usr/src/