[2686] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

krb5-build/389: problems building with BIND v8.1

daemon@ATHENA.MIT.EDU (ppomes@Qualcomm.com)
Tue Mar 11 22:30:27 1997

Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: tlyu@MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, ppomes@Qualcomm.com
Date: Tue, 11 Mar 1997 19:26:02 -0800 (PST)
From: ppomes@Qualcomm.com
Reply-To: ppomes@Qualcomm.com
To: krb5-bugs@MIT.EDU


>Number:         389
>Category:       krb5-build
>Synopsis:       problems building with BIND v8.1
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    tlyu
>State:          open
>Class:          change-request
>Submitter-Id:   unknown
>Arrival-Date:   Tue Mar 11 22:27:01 EST 1997
>Last-Modified:
>Originator:     Paul Pomes
>Organization:
QUALCOMM, Inc.
6455 Lusk Blvd
San Diego, CA  92121-2779
>Release:        1.0
>Environment:
	
System: SunOS zelkova 5.5.1 Generic_103640-04 sun4m sparc SUNW,SPARCstation-20
Architecture: sun4

>Description:
	configure detects presence of inet_aton() function in libbind.a.
	However v4rcp.c does not include arpa/inet.h to obtain similar
	information.  Thus inet_aton can't be found at link time.
>How-To-Repeat:
	Build and install BIND v8.1 test 3a into /usr/local.
	Configure kerberos with --with-cppopts=-I/usr/local/include and
	'--with-netlib=-L/usr/local/lib -lbind -lsocket -lnsl'
>Fix:
	Apply the following diff

*** v4rcp.c	1997/03/12 03:16:48	1.1
--- v4rcp.c	1997/03/12 03:17:27
***************
*** 50,55 ****
--- 50,56 ----
  #include <sys/fcntl.h>
  #endif
  #include <netinet/in.h>
+ #include <arpa/inet.h>
  
  #include <fcntl.h>
  #include <stdio.h>
>Audit-Trail:
>Unformatted:

home help back first fref pref prev next nref lref last post