> From: "Ayers, Mike" <[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <mailto:&apos;[EMAIL PROTECTED]&apos;> <[EMAIL PROTECTED]> 
><mailto:[EMAIL PROTECTED]>
> Subject: The krb5.h blues
> Date: Mon, 17 Sep 2001 12:50:11 -0500
> 
> 
>       I'm trying to install 1.11.1p1 onto a Solaris8 system.  It seems
> that no matter how I configure it, I get the krb5.h not found problem in
> server.c.  I've tried configuring --without-gssapi, but that didn't help.
> Is there any way around this?
> 
> 
>       TiA,
> 
> /|/|ike /+yers

1. Solaris 8, by default, does not come with Kerberos 5 include files 
and development libraries, although they were in Solaris 7. Solaris 8 
does come with some krb5 runtime libraries. I am not able to find any of 
the krb5 dev libraries from Sun's website, nor is any question regarding 
these files posted on comp.os.sun.admin got answered.
2. If you need KDC, etc, you'd need to download a copy of Sun's SEAM 
package. This has a nice GUI replacement, gkadmin, for kadmin.
3. The way I get it to compile on Solaris 8 is to download a copy of 
MIT's Kerberos 5, install it in /usr/local/ and then compile CVS with 
kerberos on. I used gcc for the compilation though. I have not tried 
using SparcWork for doing this.

You will probably want to use --with-krb4=<...> and --with-gss-api=yes 
--enable-encryption flags, if a kerbeoized CVS is what you're aiming 
for. These flags will get you a kerberoized CVS with "gserver" in 
client/server mode.



Jonah Tsai





_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to