Marc <[EMAIL PROTECTED]> writes: > Hello, > > I am trying to compile OpenSSH 3.1p1 with the GSSAPI into it so I > applied the patches like that: > > cd openssh-3.1p1
Why are you compiling the source by hand? One of FreeBSD's greatest strengths is its ports system. Can you try, as root: cd /usr/ports/security/openssh make KERBEROS5=yes install clean You may want to look at http://www.freebsd.org/ports/ for more information. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
