[OpenAFS] Re: OpenAFS + Kerb5

Derrick J Brashear shadow@dementia.org
Wed, 15 Feb 2006 19:09:24 -0500 (EST)


On Wed, 15 Feb 2006, Jeff Blaine wrote:

>> You'll have to talk to whoever packaged your binary version of OpenAFS;
>> that's not something I control (I don't know what operating system
>> you're using, for example).  I know that aklog is in the binary
>> distribution for MacOS X and some versions of Linux.  Depending on your
>> platform, the issue may be that there is no standard Kerberos V library
>> on that system.  If that's the case, you may have to compile things
>> from source.
>
> Solaris 9 SPARC, so I assume that would be Nickolai Zeldovich
> according to http://www.openafs.org/credits.html ... I guess
> I'll just google search and see if I can dig up his email
> address?

Well, look at the release announcement. I think I build for Solaris 9.

> /opt/SUNWspro/bin/cc  -O -I/export/home/src/openafs-1.4.1-rc7/include -I. -dy 
> -Bdynamic -I. -c ./config.c
> make[3]: /opt/SUNWspro/bin/cc: Command not found

Edit src/cf/osconf.m4 and regenerate autoconf. Alternately, figuring out 
how to integrate the solaris-cc.m4 test in src/cf into configure would be 
helpful.