Received: from dogbert.cc.ndsu.NoDak.edu (daemon@dogbert.cc.ndsu.NoDak.edu [134.129.106.23]) by krbdev.mit.edu (8.9.3p2) with ESMTP id QAA16924; Thu, 10 Feb 2005 16:27:26 -0500 (EST) Received: from localhost (mooney@localhost) by dogbert.cc.ndsu.NoDak.edu (8.11.7/8.11.7) with ESMTP id j1ALRPQ189799 for ; Thu, 10 Feb 2005 15:27:25 -0600 (CST) Date: Thu, 10 Feb 2005 15:27:25 -0600 (CST) From: Tim Mooney To: krb5 Subject: Re: [krbdev.mit.edu #2920] krb5_init_ets() and 1.4 ABI In-Reply-To: Message-Id: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 488 In regard to: [krbdev.mit.edu #2920] AutoReply: krb5kets() and 1.4 ABI ,...: > I'm going to try building 1.4 on a few additional platforms, and see if > the problem is the same there. I'll report back as soon as I'm able to. I've built krb5 1.4 on Solaris 8 and IRIX 6.5.26m, both with vendor tool chains, and I see the same issue there. The libkrb5.so.3 from 1.2.8 has a krb5_init_ets(), while the libkrb5.so.3 from 1.4 doesn't (though it does have a krb524_init_ets() symbol). Tim