[OpenAFS-devel] Problems building 1.5.27 on alpha_dux40

Derrick Brashear shadow@gmail.com
Sun, 18 Nov 2007 00:10:04 -0500


We've stopped building for Digital Unix, but if you send patches that
don't break anything else we'll happily apply them.

On Nov 17, 2007 9:57 AM, John Hascall <john@iastate.edu> wrote:
>
> First, configure failed because there was no
> src/platform/DUX/Makefile.in file (I just copied
> the one from the NBSD dir).
>
> Then make failed building bosserver because
> it uses vsyslog which does not exist.  It
> appears to be used in two files:
>
> ./src/bozo/bosserver.c:1084:        vsyslog(LOG_INFO, format, ap);
> ./src/pam/afs_message.c:123:    vsyslog(priority, msg, args);
>