Simon Wilkinson wrote: > Marc ([EMAIL PROTECTED]) wrote: > > : First I had to copy over gss-serv.c, gss-genr.c and kexgss.c from the > : compilation of GSSAPI in OpenSSH on my linux box because somehow patch > : didn't create those files on FreeBSD (know why ???). So then I did a: > > Sounds like patch is doing something very wierd. Some patches don't create > nonexistent files, but there are others (such as ssh-gss.h) which should > also need creating if this were the case. >
You were right the FreeBSD patch doesn't create non-existing files, so I have installed GNU patch and I got all the files created, so this went fine till then. > : /usr/local/source/openssh-3.1p1/servconf.c(.text+0x4c7): undefined > : reference to `krb_get_default_keyfile' > : *** Error code 1 > > : Stop in /usr/local/source/openssh-3.1p1. > > : Any ideas what that could be ??? > > No - I can't find any reference to krb_get_default_keyfile in the OpenSSH > source, or in my patch. Its possible that its comming from a macro expansion > or something similar - but it appears that you're hitting on a problem with > the existing Heimdal code in OpenSSH. Unfortunately I still get this problem, does that mean that Heimdal which is installed with FreeBSD 4.5 is not compatible with OpenSSH ? Should I install MIT Kerberos 1.2.3 instead ? Regards > > Cheers, > > Simon. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
