[14473] in Kerberos
Re: Krb5 on Solaris 7/8 64-bit
daemon@ATHENA.MIT.EDU (Nicolas Williams)
Thu May 24 12:00:10 2001
Date: Thu, 24 May 2001 11:52:54 -0400
From: Nicolas Williams <Nicolas.Williams@ubsw.com>
To: shen <swu@platform.com>
Cc: kerberos@MIT.EDU
Message-ID: <20010524115252.A11153@sm2p1386swk.wdr.com>
Mail-Followup-To: shen <swu@platform.com>, kerberos@MIT.EDU
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
In-Reply-To: <HM8P6.126$aR.1624@read1>; from swu@platform.com on Thu, May 24, 2001 at 10:17:44AM -0400
Well, Sun certainly has 64-bit kerberos binaries, and theirs are based
on an earlier release of MIT krb5, so it should be doable, but I would
not be surprised if source changes are needed to get 64-bit MIT krb5
working.
Question 1: besides kadmin, do the other components of MIT krb5 work
when compiled as 64-bit binaries?
Question 2: what did you do to get MIT krb5 to compile into 64-bit
binaries, besides the -xarch=v9 bit? Were the strerror needed for
successful 64-bit compilation?
Question 3: have you tried compiling with -g and getting a dbx trace of
kadmin? have you truss/strace'd kadmin?
Nico
On Thu, May 24, 2001 at 10:17:44AM -0400, shen wrote:
> I have compiled Krb5 1.2.1 (configure -with-cc='cc -xarch=v9') on Solaris
> 7/8 64-bit
> and changed source code by replacing sys_errlist and sys_nerr by strerror.
> The compiling went through fine. However, I got "GSS-API (or Kerberos) error
> while initializing kadmin interface" after I entered password. The 32-bit
> version worked well.
> Has anyone successfully implemented Krb5 on Solaris 7/8 64-bit?
> Any help is highly appreciated.
> Shen
>
>
>
--