Not able to do a make of Kerberos 5

Tom Yu tlyu at MIT.EDU
Thu Jul 28 14:02:21 EDT 2005


>>>>> "Biswatosh" == Biswatosh  <biswatosh2001 at yahoo.com> writes:

Biswatosh> gmake[2]: Entering directory `/krb5-1.4.1/src/util/ss'
Biswatosh> rm -f libss.a
Biswatosh> building static ss library
Biswatosh> set -x; objlist=`set -x && perl -p -e '$e=$ARGV; $e =~
Biswatosh> s/OBJS\...$//; s/^/ /; s/
Biswatosh>  $//; s/ / $e/g;' OBJS.ST` && false cq libss.a
Biswatosh> $objlist
Biswatosh> + set -x 
Biswatosh> + perl -p -e $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/
Biswatosh> $//; s/ / $e/g; OBJS.ST 
Biswatosh> objlist= ss_err.o std_rqs.o invocation.o help.o
Biswatosh> execute_cmd.o listen.o parse.o e
Biswatosh> rror.o prompt.o request_tbl.o list_rqs.o pager.o
Biswatosh> requests.o data.o
Biswatosh> + false cq libss.a ss_err.o std_rqs.o invocation.o
Biswatosh> help.o execute_cmd.o listen.o
Biswatosh>  parse.o error.o prompt.o request_tbl.o list_rqs.o
Biswatosh> pager.o requests.o data.o 
Biswatosh> gmake[2]: *** [libss.a] Error 255

This is almost always due to failure to include /usr/ccs/bin in your
PATH, resulting in configure being unable to find the "ar" program.

---Tom


More information about the Kerberos mailing list