> Hello List,
> 
> So there I was, minding my own business happily patching an
> upgraded 4.6 system (upgraded from 4.5 via CD boot).
> 
> All going well, until I
> get to 008, the kerberos patch :
> 
> cc   -o kdc 524.o config.o connect.o
> kaserver.o kerberos5.o kerberos4.o log.o main.o misc.o print_version.o
> parse_bytes.o -lkrb5 -ldes -lcrypto -lutil
> /usr/lib/libkrb5.so.17.0: undefined
> reference to `xfspioctl'
> collect2: ld returned 1 exit status
> *** Error code 1
> Stop in /usr/src/kerberosV/libexec/kdc (line 95 of /usr/share/mk/bsd.prog.mk).
> What gives ?

It looks like you are still trying to compile 4.5 kerberos sources while
running a 4.6 userland.

What revision is /usr/src/lib/libkrb5/afssys_openbsd.c on your tree? It
should be revision 1.1 with a 4.5 source tree, and 1.2 with a 4.6 source
tree.

Miod

Reply via email to