From crossd@cs.rpi.edu Fri Jun 16 16:05:17 2000
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2])
by rt-11.mit.edu (8.9.3/8.9.3) with SMTP id QAA14416
for <bugs@RT-11.MIT.EDU>; Fri, 16 Jun 2000 16:05:17 -0400 (EDT)
Received: from mumble.cs.rpi.edu by MIT.EDU with SMTP
id AA26993; Fri, 16 Jun 00 16:05:01 EDT
Received: from bill.cs.rpi.edu (bill.cs.rpi.edu [128.213.2.2])
by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id QAA05581
for <krb5-bugs@mit.edu>; Fri, 16 Jun 2000 16:05:16 -0400 (EDT)
Received: (from crossd@localhost)
by bill.cs.rpi.edu (8.9.3+Sun/8.9.3) id QAA08302;
Fri, 16 Jun 2000 16:05:16 -0400 (EDT)
Message-Id: <200006162005.QAA08302@bill.cs.rpi.edu>
Date: Fri, 16 Jun 2000 16:05:16 -0400 (EDT)
From: "David E. Cross" <crossd@cs.rpi.edu>
Reply-To: crossd@cs.rpi.edu
To: krb5-bugs@MIT.EDU
Cc:
Subject: kcmd.c will not compile with '--without-krb4'
X-Send-Pr-Version: 3.99
System: SunOS bill.cs.rpi.edu 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-Enterprise
Architecture: sun4
KTEXT is undefined if one configured --without-krb4
Or, do as the XXX says and move it into krb.h, which already has that
protection.
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2])
by rt-11.mit.edu (8.9.3/8.9.3) with SMTP id QAA14416
for <bugs@RT-11.MIT.EDU>; Fri, 16 Jun 2000 16:05:17 -0400 (EDT)
Received: from mumble.cs.rpi.edu by MIT.EDU with SMTP
id AA26993; Fri, 16 Jun 00 16:05:01 EDT
Received: from bill.cs.rpi.edu (bill.cs.rpi.edu [128.213.2.2])
by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id QAA05581
for <krb5-bugs@mit.edu>; Fri, 16 Jun 2000 16:05:16 -0400 (EDT)
Received: (from crossd@localhost)
by bill.cs.rpi.edu (8.9.3+Sun/8.9.3) id QAA08302;
Fri, 16 Jun 2000 16:05:16 -0400 (EDT)
Message-Id: <200006162005.QAA08302@bill.cs.rpi.edu>
Date: Fri, 16 Jun 2000 16:05:16 -0400 (EDT)
From: "David E. Cross" <crossd@cs.rpi.edu>
Reply-To: crossd@cs.rpi.edu
To: krb5-bugs@MIT.EDU
Cc:
Subject: kcmd.c will not compile with '--without-krb4'
X-Send-Pr-Version: 3.99
Show quoted text
>Number: 862
>Category: krb5-clients
>Synopsis: appl/bsd/kcmd.c will not compile with configure --without-krb4
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: krb5-unassigned
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Jun 16 16:06:00 EDT 2000
>Last-Modified:
>Originator: David E. Cross
>Organization:
Laboratory of Computer Science, Rensselaer Polytechnic Institute>Category: krb5-clients
>Synopsis: appl/bsd/kcmd.c will not compile with configure --without-krb4
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: krb5-unassigned
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Jun 16 16:06:00 EDT 2000
>Last-Modified:
>Originator: David E. Cross
>Organization:
Show quoted text
>Release: krb5-1.2-beta3
>Environment:
>Environment:
System: SunOS bill.cs.rpi.edu 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-Enterprise
Architecture: sun4
Show quoted text
>Description:
make fails in appl/bsd/kcmd.c arround line 147 with an error thatKTEXT is undefined if one configured --without-krb4
Show quoted text
>How-To-Repeat:
./configure --without-krb4 && makeShow quoted text
>Fix:
Wrap the krb_sendauth() prototype with #ifdef KRB5_KRB4_COMPAT/#endifOr, do as the XXX says and move it into krb.h, which already has that
protection.
Show quoted text
>Audit-Trail:
>Unformatted:
>Unformatted: