Fw: Kerberos MIT on Solaris

Douglas E. Engert deengert at anl.gov
Mon Aug 23 10:35:08 EDT 2010



On 8/22/2010 12:33 PM, vir vir wrote:
> Hi Will,
>
>
> On Salaris 9 can't find a library libkrb5.so
>
> On Salaris 10 I can't  find a library libgssapi_krb5.so that has
> gss_krb5_ccache_name,

On Solaris 10, use something like:
          CPPFLAGS="-I/usr/include/kerberosv5"
          LDFLAGS="/usr/lib/gss/mech_krb5.so -R/usr/lib/gss"

We use the Solaris 10 provided Kerberos wherever possible, including
using the Solaris ssh and sshd with Kerberos. If you can't use the Solaris
Kerberos, as Will suggests below,  and you are having problems with
compiling using the Sun Studio compiler, you can compile the MIT Kerberos
using the Solaris provided gcc in /usr/sfw/gcc.

Solaris 9 is another issue, and we do use the MIT Kerberos on the few
remaining Solaris 9 systems.


>
> --- On Sat, 8/21/10, Will Fiveash<will.fiveash at oracle.com>  wrote:
>
>
> From: Will Fiveash<will.fiveash at oracle.com>
> Subject: Re: Fw: Kerberos MIT on Solaris
> To: "vir vir"<vitrou2004 at yahoo.com>
> Cc: krbdev at mit.edu
> Received: Saturday, August 21, 2010, 1:56 PM
>
>
> Why not just use the native Solaris kerberos?
>
> On Thu, Aug 12, 2010 at 07:15:18AM -0700, vir vir wrote:
>> Hi,
>>
>> I found all the files and the paths.
>>
>> All the libraries were created.  The libraries are 32 bit what should I change in the configure file or somewhere else to create 64 bit
>>
>> Thanks,
>> Alex
>>
>> --- On Wed, 8/11/10, vir vir<vitrou2004 at yahoo.com>  wrote:
>>
>>
>> From: vir vir<vitrou2004 at yahoo.com>
>> Subject: Kerberos MIT on Solaris
>> To: krbdev at MIT.EDU
>> Received: Wednesday, August 11, 2010, 10:30 AM
>>
>>
>>
>>
>>
>>
>>
>> Hi,
>>
>> I am trying to use Kerberos on Solaris Sunamd64
>> I download the Kerberos V5 Release 1.8.3 untar it follow up the instructions
>>
>> cd /u1/krb5-1.8/src
>> ./configure
>> make
>>
>> after ./configure  I couldn't find a make file
>> Do you know what could be the problem?
>>
>> Thanks,
>> Alex
>>
>>
>>
>> _______________________________________________
>> krbdev mailing list             krbdev at mit.edu
>> https://mailman.mit.edu/mailman/listinfo/krbdev
>

-- 

  Douglas E. Engert  <DEEngert at anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444



More information about the krbdev mailing list