From ppomes@Qualcomm.com Tue Mar 11 22:26:29 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id WAA27613 for <bugs@RT-11.MIT.EDU>; Tue, 11 Mar 1997 22:26:24 -0500
Received: from zelkova.qualcomm.com by MIT.EDU with SMTP
id AA00993; Tue, 11 Mar 97 22:26:21 EST
Received: (from ppomes@localhost)
by zelkova.qualcomm.com (8.8.5/8.8.5) id TAA29102;
Tue, 11 Mar 1997 19:26:02 -0800 (PST)
Message-Id: <199703120326.TAA29102@zelkova.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
Subject: problems building with BIND v8.1
X-Send-Pr-Version: 3.99
6455 Lusk Blvd
San Diego, CA 92121-2779
System: SunOS zelkova 5.5.1 Generic_103640-04 sun4m sparc SUNW,SPARCstation-20
Architecture: sun4
However v4rcp.c does not include arpa/inet.h to obtain similar
information. Thus inet_aton can't be found at link time.
Configure kerberos with --with-cppopts=-I/usr/local/include and
'--with-netlib=-L/usr/local/lib -lbind -lsocket -lnsl'
*** 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>
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id WAA27613 for <bugs@RT-11.MIT.EDU>; Tue, 11 Mar 1997 22:26:24 -0500
Received: from zelkova.qualcomm.com by MIT.EDU with SMTP
id AA00993; Tue, 11 Mar 97 22:26:21 EST
Received: (from ppomes@localhost)
by zelkova.qualcomm.com (8.8.5/8.8.5) id TAA29102;
Tue, 11 Mar 1997 19:26:02 -0800 (PST)
Message-Id: <199703120326.TAA29102@zelkova.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
Subject: problems building with BIND v8.1
X-Send-Pr-Version: 3.99
Show quoted text
>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.>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:
6455 Lusk Blvd
San Diego, CA 92121-2779
Show quoted text
>Release: 1.0
>Environment:
>Environment:
System: SunOS zelkova 5.5.1 Generic_103640-04 sun4m sparc SUNW,SPARCstation-20
Architecture: sun4
Show quoted text
>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.
Show quoted text
>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'
Show quoted text
>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>
Show quoted text
>Audit-Trail:
>Unformatted:
>Unformatted: