Ken,

Thanks again for you analysis of my problem. I run configure without
error. The ar is in /usr/ccs/bin/ar and the false is in /usr/bin/false.
Following is the first several lines of the log information for make.

# echo $PATH
/usr/sbin:/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/local/bin
# pwd
/u1/krb5-1.6.3/src
# make
(cd include && make autoconf.h osconf.h)
(cd .. && /bin/sh config.status include/autoconf.h)
config.status: creating include/autoconf.h
...

I run as the root. This is the same environment that I run make for
1.6.2 from /u1/krb5-1.6.2/src. The make should find ar.

Thanks
Xian

-----Original Message-----
From: Ken Raeburn [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 06, 2007 3:57 PM
To: Cheng, Xian Lin
Cc: [email protected]; Tanski, Frank; Yu, Ming; Downing, Thomas
Subject: Re: can not build krb5-1.6.3 on solaris 10

There's the problem -- it's running the program "false", which will  
always give an error.  At this point, normally it would be running  
the program "ar", but apparently the configure script didn't find it  
for some reason.  Presumably that means either certain software  
development tools aren't installed, or $PATH isn't set to include  
them.  (We should probably have the configure script fail, rather  
than producing a makefile that will fail at build time.)

Check to see if /usr/ccs/bin is in $PATH, that's where Sun's tools  
would normally live.

Ken


DISCLAIMER:
Important Notice *************************************************
This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unintended recipients are prohibited from taking action on the basis of 
information in this e-mail.E-mail messages may contain computer viruses or 
other defects, may not be accurately replicated on other systems, or may be 
intercepted, deleted or interfered with without the knowledge of the sender or 
the intended recipient. If you are not comfortable with the risks associated 
with e-mail messages, you may decide not to use e-mail to communicate with IPC. 
IPC reserves the right, to the extent and under circumstances permitted by 
applicable law, to retain, monitor and intercept e-mail messages to and from 
its systems.

________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to