Problem compiling MIT Kerberos 5 - 1.4.1 on Solaris...

Ken Raeburn raeburn at MIT.EDU
Thu Jun 16 13:46:29 EDT 2005


On Apr 29, 2005, at 11:28, KernelPacket wrote:
> rm -f libss.a
> building static ss library
> set -x; objlist=`set -x && perl -p -e '$e=$ARGV; $e =~ s/OBJS\...$//;
> s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && false cq libss.a $objlist
> + set -x
> + perl -p -e $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;
> OBJS.ST
> objlist= ss_err.o std_rqs.o invocation.o help.o execute_cmd.o listen.o
> parse.o error.o prompt.o request_tbl.o list_rqs.o pager.o requests.o
> data.o
> + false cq libss.a ss_err.o std_rqs.o invocation.o help.o execute_cmd.o
> listen.o parse.o error.o prompt.o request_tbl.o list_rqs.o pager.o
> requests.o data.o

If it's running "false" here, that means it couldn't find the "ar" 
program.  There should be a version in /usr/ccs/bin.  If that's not in 
your $PATH, then fix it, and try a fresh build.  (Deleting config.cache 
and re-running configure and make should be enough.)

Ken



More information about the Kerberos mailing list