Skip Menu |
 

Download (untitled) / with headers
text/plain 2.2KiB
From d.h.davis@bath.ac.uk Tue Jun 5 06:44:24 2001
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.72.0.53])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id GAA12686
for <bugs@RT-11.mit.edu>; Tue, 5 Jun 2001 06:44:23 -0400 (EDT)
Received: from pat.bath.ac.uk (exim@pat.bath.ac.uk [138.38.32.2])
by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id GAA01790
for <krb5-bugs@mit.edu>; Tue, 5 Jun 2001 06:44:23 -0400 (EDT)
Received: from ancho.bath.ac.uk
([138.38.52.202] helo=bath.ac.uk ident=gsxun2qhb37vghtlzz3c)
by pat.bath.ac.uk with smtp (Exim 3.12 #1)
id 157EJy-0002vp-00
for krb5-bugs@mit.edu; Tue, 05 Jun 2001 11:44:22 +0100
Received: (from ccsdhd@localhost) by ancho.bath.ac.uk id aa13032 ;
5 Jun 2001 11:44 +0100
Message-Id: <200106051144.aa13032@ancho.bath.ac.uk>
Date: Tue, 5 Jun 2001 11:44:21 +0100 (BST)
From: Dennis Davis <D.H.Davis@bath.ac.uk>
Sender: D.H.Davis@bath.ac.uk
Reply-To: Dennis Davis <D.H.Davis@bath.ac.uk>
To: krb5-bugs@mit.edu
Cc: Dennis Davis <D.H.Davis@bath.ac.uk>
Subject: Building krb5-1.2.2 on OpenBSD2.8.
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 963
>Category: krb5-build
>Synopsis: Building krb5-1.2.2 on OpenBSD2.8.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: tlyu
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Jun 5 06:45:00 EDT 2001
>Last-Modified:
>Originator: Dennis Davis
>Organization:
Bath University Computing Services, UK
Show quoted text
>Release: krb5-1.2.2
>Environment:

System: OpenBSD ancho.bath.ac.uk 2.8 ANCHO#0 i386


Show quoted text
>Description:
krb5-1.2.2 won't compile on OpenBSD2.8. Appended below is a simple
diff to remedy this.
Show quoted text
>How-To-Repeat:
Not applicable.
Show quoted text
>Fix:
I've been looking at getting Kerberos5 (krb5-1.2.2) compiled &
running on the OpenBSD operating system. Appended below is the one
simple diff I needed to get it to compile on OpenBSD2.8.


*** krb5-1.2.2/src/kdc/network.c.orig Wed Feb 28 22:07:28 2001
--- krb5-1.2.2/src/kdc/network.c Thu May 17 09:40:39 2001
***************
*** 51,57 ****
--- 51,59 ----
#endif
#include <arpa/inet.h>

+ #ifndef OpenBSD
#include <net/if.h>
+ #endif /* OpenBSD */

extern int errno;

Show quoted text
>Audit-Trail:
>Unformatted:
Diffs needed to get krb5-1.2.2 to compile on OpenBSD2.8.
Closing old build system bug. OpenBSD has also fixed some of the
multiple-inclusion issues since then, too.