[2969] in Kerberos-V5-bugs
Re: pending/631:
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Thu Sep 17 22:45:34 1998
Date: Thu, 17 Sep 1998 22:40:41 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, "Tsung-kuang E. Ma" <ervin@courant.esam.nwu.edu>
Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: Tsung-kuang E. Ma's message of Thu, 17 Sep 1998 20:08:01 -0400,
<199809180008.UAA01055@rt-11.MIT.EDU>
Date: Thu, 17 Sep 1998 19:07:36 -0500 (CDT)
From: "Tsung-kuang E. Ma" <ervin@courant.esam.nwu.edu>
Thanks for the previous help!
Unfortunately, make -f Makefile.in kerbsrc.zip AWK=awk doesn't work.
I then change all gawk to awk in Makefile.in, use command
make -f Makefile.in kerbsrc.zip, and it works. I am not sure whether
is this a correct approach because it gave me following message without
file kerbsrc.zip. Would you please tell me something to figure this
out?
Well, the error message seems pretty self-explanatory:
/bin/sh: zip: not found
This means that the shell couldn't find the zip command.
The "zip" command is part of the INFO-ZIP project. The URL for the
INFO-ZIP home page is:
http://www.cdrom.com/pub/infozip/Info-Zip.html
- Ted